CMake/Tests/RunCMake/try_compile/other.c

5 lines
32 B
C

int other(void)
{
return 0;
}