diff options
Diffstat (limited to 'gcc/testsuite/gcc.dg/parm-impl-decl-2.c')
-rw-r--r-- | gcc/testsuite/gcc.dg/parm-impl-decl-2.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/testsuite/gcc.dg/parm-impl-decl-2.c b/gcc/testsuite/gcc.dg/parm-impl-decl-2.c new file mode 100644 index 000000000..22ea0c6e8 --- /dev/null +++ b/gcc/testsuite/gcc.dg/parm-impl-decl-2.c @@ -0,0 +1,7 @@ +/* Test implicit function declarations and other odd declarations in + function prototypes. Make sure that LABEL_DECLs don't occur. */ +/* Origin: Joseph Myers <joseph@codesourcery.com> */ +/* { dg-do compile } */ +/* { dg-options "" } */ + +int k (int [sizeof &&z]); /* { dg-error "label 'z' referenced outside of any function" } */ |