1 2 3 4 5
int you_shall_not_flatten_me () __attribute__ ((flatten)); main() { you_shall_not_flatten_me (); }