diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/noncompile/init-2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/noncompile/init-2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/noncompile/init-2.c b/gcc/testsuite/gcc.dg/noncompile/init-2.c new file mode 100644 index 0000000..462e332 --- /dev/null +++ b/gcc/testsuite/gcc.dg/noncompile/init-2.c @@ -0,0 +1 @@ +int d[][] = { {1}, {2}, {3} }; /* { dg-error "incomplete type" } */ |