CMake/Tests/Dependency/Case1/c.c

7 lines
47 B
C

extern int b();
int c()
{
return b()+42;
}