Reset branch to trunk.
[official-gcc.git] / trunk / gcc / testsuite / gcc.dg / debug / pr32610.c
blobd1dae1d38aecd4b61db5581b08a22dcbebaab832
1 /* PR debug/32610 */
2 /* { dg-do compile } */
4 inline void
5 foo (int x)
7 double (*arr)[x];
10 void
11 bar (void)
13 foo (1);