mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-08 12:19:05 +02:00
4 lines
54 B
C++
4 lines
54 B
C++
void test(int z) {
|
|
if (z == 0)
|
|
int x = 1 / z;
|
|
}
|