CMake/Tests/OutOfBinary/outlib.c
2023-10-26 09:20:45 -04:00

5 lines
35 B
C

int outlib(void)
{
return 456;
}