CMake/Tests/Dependency/Case2/foo1b.c

6 lines
62 B
C

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