mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 06:26:12 -04:00
9 lines
273 B
C
9 lines
273 B
C
$NetBSD$
|
|
|
|
--- gcc/testsuite/gcc.dg/noncompile/pr52290.c.orig Wed May 21 19:48:58 2014
|
|
+++ gcc/testsuite/gcc.dg/noncompile/pr52290.c
|
|
@@ -0,0 +1,3 @@
|
|
+/* { dg-error "undeclared here" "" { target *-*-* } 3 } */
|
|
+/* { dg-error "expected" "" { target *-*-* } 3 } */
|
|
+int f()[j]
|