aboutsummaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2005-05-10-GlobalUnionInit.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2005-05-10-GlobalUnionInit.c')
-rw-r--r--test/FrontendC/2005-05-10-GlobalUnionInit.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/FrontendC/2005-05-10-GlobalUnionInit.c b/test/FrontendC/2005-05-10-GlobalUnionInit.c
deleted file mode 100644
index 443064c..0000000
--- a/test/FrontendC/2005-05-10-GlobalUnionInit.c
+++ /dev/null
@@ -1,6 +0,0 @@
-// RUN: %llvmgcc %s -S -o -
-
-union A { // { uint }
- union B { double *C; } D;
-} E = { { (double*)12312 } };
-