1 2 3 4 5 6 7 8 9
/* PR middle-end/92231 */ extern int bar (void); int foo (void) { return (&bar + 4096) (); }