3fac000158 ^
a49d0179db ^
1
2
3 4 5 6 7 8
extern int bar (void); extern int foo (void); int foo (void) { return 10 + bar (); }