f6de2239e2 ^
5c80f57cfc ^
1
2
3 4 5 6 7 8
extern void foo (void); extern void bar (void); void bar (void) { foo (); }