No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / pr8927-1.c
blob218e71706ac7df8800bedf11cf6f394d9c7d5dd2
1 /* Bug 8927: undeclared identifiers should give an error on the line
2 of that identifier, not on the line of the next token. */
3 /* { dg-do compile } */
4 /* { dg-options "" } */
6 void
7 foo(void)
9 bar /* { dg-error "undeclared|for each function" } */