diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/compile/init-2.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/compile/init-2.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/compile/init-2.c b/gcc_arm/testsuite/gcc.c-torture/compile/init-2.c deleted file mode 100755 index 63a7f58..0000000 --- a/gcc_arm/testsuite/gcc.c-torture/compile/init-2.c +++ /dev/null @@ -1,4 +0,0 @@ -struct -{ - int e1, e2; -} v = { e2: 0 }; |