function test() { print 5; return; print 6; } test();