No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / 20011015-1.c
blob0b751bf409dd514a83609f78855eca5bbe0f5275
1 /* { dg-do compile } */
2 /* { dg-options "-O3 -std=gnu99" } */
4 char foo (char *x)
6 return *x;
9 void bar (char *x)
11 void *arr[foo (x)] __attribute__((unused));
14 void baz (char *x)
16 bar (x);