CMake/Tests/Dependency/Case2/foo3.c

3 lines
59 B
C

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