No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / noncompile / 20001228-1.c
blob73a44a859a5e6d6dc38e4a519962433ab24af7b3
1 void rof(void)
3 union { int a; } u;
4 for (u.a = 0; u; u.a++) /* { dg-error "used union" } */