int foo() { } _start() { foo(); // bar(); __asm__("leave"); }