diff options
Diffstat (limited to 'gcc_arm/testsuite/gcc.c-torture/noncompile/init-2.c')
-rwxr-xr-x | gcc_arm/testsuite/gcc.c-torture/noncompile/init-2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc_arm/testsuite/gcc.c-torture/noncompile/init-2.c b/gcc_arm/testsuite/gcc.c-torture/noncompile/init-2.c new file mode 100755 index 0000000..52ee17b --- /dev/null +++ b/gcc_arm/testsuite/gcc.c-torture/noncompile/init-2.c @@ -0,0 +1 @@ +int d[][] = { {1}, {2}, {3} }; |