CMake/Tests/PDBDirectoryAndName/mylibD.c
2023-10-26 09:20:45 -04:00

5 lines
34 B
C

int mylibD(void)
{
return -1;
}