summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2007-12-VarArrayDebug.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2007-12-VarArrayDebug.c')
-rw-r--r--test/FrontendC/2007-12-VarArrayDebug.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/FrontendC/2007-12-VarArrayDebug.c b/test/FrontendC/2007-12-VarArrayDebug.c
deleted file mode 100644
index 966789e..0000000
--- a/test/FrontendC/2007-12-VarArrayDebug.c
+++ /dev/null
@@ -1,18 +0,0 @@
-// RUN: %llvmgcc -S -g -O %s -o - | llc
-// RUN: %llvmgcc -S -g %s -o - | llc
-
-extern void foo (void);
-
-static
-void baz (int i)
-{
- foo ();
- typedef char A[i];
- struct { A b; } *x = 0;
-}
-
-void
-bar (i)
-{
- baz (i);
-}
OpenPOWER on IntegriCloud