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