19cf43bed6 ^
5c80f57cfc ^
1
2
3 4 5 6 7 8
extern int baz (void); extern int bar (void); int bar (void) { return -21 + baz (); }