CMake/Tests/Dependency/Case1/c2.c

7 lines
48 B
C

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