1 2 3 4 5 6 7 8 9 10 11
int e_inline_baz (void) { return 0; } __attribute__((noinline)) int f (void) { return 1; }