blob: 2426ee28fc8070bc5309110de8204427aa5c0a45 [file] [log] [blame]
int i;
void
f (void)
{
i = (1 / 0 ? 1 : 0);
}