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