Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / noncompile / 20020130-1.c
blobd820e062e719289abc8d3e0ea30208c1c4a927ab
1 /* Test for ICE when using typedef for bad type. */
2 /* Origin: Joseph Myers <jsm28@cam.ac.uk>. */
4 void
5 foo (void)
7 typedef int t[x]; /* { dg-error "undeclared|function" "x undeclared" } */
8 t bar;