blob: ded3a6ea5821423491d812a7fba288d80aacb6dd [file] [log] [blame]
int main()
{
int x = 1 / 0;
return 0;
}