diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/noncompile/init-4.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/noncompile/init-4.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/noncompile/init-4.c b/gcc/testsuite/gcc.dg/noncompile/init-4.c new file mode 100644 index 000000000..782251fa3 --- /dev/null +++ b/gcc/testsuite/gcc.dg/noncompile/init-4.c @@ -0,0 +1 @@ +struct a { char *b; } c[D]; /* { dg-error "undeclared" } */ |