4 lines
54 B
C++
4 lines
54 B
C++
void test(int z) {
|
|
if (z == 0)
|
|
int x = 1 / z;
|
|
}
|
void test(int z) {
|
|
if (z == 0)
|
|
int x = 1 / z;
|
|
}
|