CMake/Tests/Dependency/Case2/foo2b.c

6 lines
62 B
C

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