void test() { test(5); return; test(6); } void main() { test(); }