CMake/Tests/Dependency/Case2/foo1b.c

3 lines
60 B
C

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