diff options
Diffstat (limited to 'test/FrontendC/2003-11-16-StaticArrayInit.c')
-rw-r--r-- | test/FrontendC/2003-11-16-StaticArrayInit.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/FrontendC/2003-11-16-StaticArrayInit.c b/test/FrontendC/2003-11-16-StaticArrayInit.c deleted file mode 100644 index eb83b3a..0000000 --- a/test/FrontendC/2003-11-16-StaticArrayInit.c +++ /dev/null @@ -1,8 +0,0 @@ -// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null - -void bar () { - static char x[10]; - static char *xend = x + 10; -} - - |