CMake/Tests/Dependency/Case2/foo3.c

6 lines
61 B
C

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