CMake/Tests/Dependency/Case3/foo1.c

3 lines
57 B
C
Raw Permalink Normal View History

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