diff options
-rw-r--r-- | test/CFrontend/2006-10-30-ArrayCrash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CFrontend/2006-10-30-ArrayCrash.c b/test/CFrontend/2006-10-30-ArrayCrash.c index b0663c1f1f..09464dd3a0 100644 --- a/test/CFrontend/2006-10-30-ArrayCrash.c +++ b/test/CFrontend/2006-10-30-ArrayCrash.c @@ -1,4 +1,5 @@ // RUN: %llvmgcc -O3 -S -o - %s +// PR954, PR911 extern void foo(); |