CMake/Tests/Dependency/Case3/foo2.c

3 lines
59 B
C

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