1static inline int foo (int x) { return x + 1; }
2__attribute__ ((__optimize__ (0))) int bar (void) { return foo (100); }
3