5 lines
51 B
Text
5 lines
51 B
Text
|
if (false) {
|
||
|
return 0;
|
||
|
} else {
|
||
|
return 1;
|
||
|
}
|