blob: 73a44a859a5e6d6dc38e4a519962433ab24af7b3 [file] [log] [blame]
void rof(void)
{
union { int a; } u;
for (u.a = 0; u; u.a++) /* { dg-error "used union" } */
;
}