3 lines
57 B
C
Raw Normal View History

extern int foo2(void);
int foo1(void) { return foo2(); }