Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr69186.c
blobd897ff6410b7302be4219050c9c51a56b9342663
1 /* { dg-do compile } */
3 static int a[10][2];
4 int b;
6 void
7 fn1 ()
9 b = 0;
10 for (; b < 6; b++)
11 a[b][2] ^= 1;