CMake/Tests/Dependency/Case1/c2.c

7 lines
50 B
C

extern int b2();
int c2()
{
return b2() + 1;
}