* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Record_Type>: Don't
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 20150611-1.c
blobba34fa26b6b43138e8712d6dfc7d3f2e0ab631a6
1 int a, c, d;
2 short b;
4 int
5 main ()
7 int e[1];
8 for (; b < 2; b++)
10 a = 0;
11 if (b == 28378)
12 a = e[b];
13 if (!(d || b))
14 for (; c;)
17 return 0;