CMake/Tests/Dependency/Case2/foo2b.c

3 lines
60 B
C

extern int foo3b(void);
int foo2b(void) { return foo3b(); }