5 lines
43 B
C
5 lines
43 B
C
|
int foo() {
|
||
|
int x = 0;
|
||
|
return 1 / x;
|
||
|
}
|