void main() { test(5); if(true) { test(6); } test(7); if(false) { test(8); } test(9); }