OSDN Git Service

2009-11-23 Steve Ellcey <sje@cup.hp.com>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / debug / 20041023-1.c
1 /* { dg-do compile } */
2
3 static void
4 foo (unsigned char x)
5 {
6   unsigned char a[5 + x];
7 }
8
9 void
10 bar (void)
11 {
12   foo (80);
13 }