Source code

Revision control

Copy as Markdown

Other Tools

void test(int z) {
if (z == 0)
int x = 1 / z;
}