CMake/Tests/Dependency/Case3/foo2.c

6 lines
61 B
C

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