c: Implement C23 nullptr (N3042)
[official-gcc.git] / gcc / testsuite / gcc.dg / pr94283.c
blobac162d6ac7bc4cb6e50f62b96dec2447c4f0a45c
1 /* PR debug/94283 */
2 /* { dg-do compile } */
3 /* { dg-options "-O3 -fno-tree-dce -fcompare-debug" } */
5 void
6 foo (int *n)
8 for (int i = 0; i < 32; i++)
10 int x = 0;
11 x++;
12 if (i & 4)
13 x++;
14 x++;