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