Implement C _FloatN, _FloatNx types.
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr69932.c
blob4b82130157bea9f866a30f154226aaba24001ce0
1 /* { dg-do compile } */
3 int a;
4 void fn1() {
5 int b = 4;
6 short c[4];
7 c[b] = c[a];
8 if (c[2]) {}