No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / debug / pr26881.c
blob62b51a30283dd44a8f126ab023f1263cc22f41fb
1 /* PR debug/26881 */
2 /* { dg-do compile } */
4 int
5 foo ()
7 if (0)
9 static union { } u;
10 typedef char tt;
11 static tt cccc[8];
12 return cccc[0] == 0x01 && cccc[1] == 0x02;
14 return 0;