class Main { void main() { while(false) {} if(false) { return; } if (false) {} else {} if (false) {} else {return;} } }