void wusi() { print 6; print 7; } void test() { print 4; print 5; wusi(); } void main() { test(); test(); }