OSDN Git Service

Update gcc.dg/atomic-flag.c test for non-boolean TAS targets.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / debug / pr32610.c
1 /* PR debug/32610 */
2 /* { dg-do compile } */
3
4 inline void
5 foo (int x)
6 {
7   double (*arr)[x];
8 }
9
10 void
11 bar (void)
12 {
13   foo (1);
14 }