Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.dg / noncompile / 20050120-1.c
blob4af84b6f22a792874b62ffd7fe9467f8f336a653
1 /* PR c/18946 */
2 /* { dg-do compile } */
3 /* { dg-options "-Wshadow" } */
5 void bar (void)
8 if (foo) /* { dg-error "undeclared|for each" } */
9 foo (); /* { dg-warning "shadows previous" } */
13 void baz (void)
15 if (foo) /* { dg-error "undeclared" } */
17 int foo; /* { dg-warning "shadows previous" } */