Source code

Revision control

Copy as Markdown

Other Tools

void test() {
int x;
if (x) {
return;
}
}