1 2 3 4 5 6
void bar(void); void __attribute__((noinline)) *foo1 (void) { bar(); return (void *) bar; }