CMake/Tests/Dependency/Case1/c.c

7 lines
48 B
C

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