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