summaryrefslogtreecommitdiffstats
path: root/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c')
-rw-r--r--test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c b/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c
deleted file mode 100644
index 1fd8a87..0000000
--- a/test/FrontendC/2011-03-08-ZeroFieldUnionInitializer.c
+++ /dev/null
@@ -1,7 +0,0 @@
-// RUN: %llvmgcc -S %s
-typedef struct {
- union {
- struct { } __attribute((packed));
- };
-} fenv_t;
-const fenv_t _FE_DFL_ENV = {{{ 0, 0, 0, 0 }}};
OpenPOWER on IntegriCloud