blob: 341a9df984acb12526f653e23239e46a9f3b0898 [file] [log] [blame]
/* Don't ICE on user silliness. GCC 3.4 and before accepts this without
comment; 3.5 warns. Perhaps eventually we'll declare this an error. */
void bar (void)
{
({});
}