]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - gcc/testsuite/gcc.c-torture/compile/init-3.c
Imported gcc-4.4.3
[msp430-gcc.git] / gcc / testsuite / gcc.c-torture / compile / init-3.c
diff --git a/gcc/testsuite/gcc.c-torture/compile/init-3.c b/gcc/testsuite/gcc.c-torture/compile/init-3.c
deleted file mode 100644 (file)
index be3d9b4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-struct empty { };
-struct something {
-       int spacer;
-       struct empty foo;
-       int bar;
-};
-
-struct something X = {
-       foo: { },
-       bar: 1,
-};