No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / debug / 20041023-1.c
blob12b7cb9a0e334b622d2ea42fbf21d455392686aa
1 /* { dg-do compile } */
3 static void
4 foo (unsigned char x)
6 unsigned char a[5 + x];
9 void
10 bar (void)
12 foo (80);