CMake/Tests/TryCompile/Inner/innerlib.c

5 lines
35 B
C

int innerlib(void)
{
return 0;
}