CMake/Tests/Dependency/Case3/foo1.c

6 lines
59 B
C

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