diff options
Diffstat (limited to 'test/FrontendC/2003-11-01-GlobalUnionInit.c')
-rw-r--r-- | test/FrontendC/2003-11-01-GlobalUnionInit.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/test/FrontendC/2003-11-01-GlobalUnionInit.c b/test/FrontendC/2003-11-01-GlobalUnionInit.c deleted file mode 100644 index 7cd7073..0000000 --- a/test/FrontendC/2003-11-01-GlobalUnionInit.c +++ /dev/null @@ -1,7 +0,0 @@ -// RUN: %llvmgcc -S %s -o - | llvm-as -o /dev/null - -union bdflush_param { - struct { int x; } b_un; - int y[1]; -} bdf_prm = {{30}}; - |