CMake/Tests/Dependency/Case3/foo1.c

3 lines
57 B
C

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