Files
CMake/Tests/RunCMake/AutoExportDll/objlib.c
2023-10-26 09:20:45 -04:00

5 lines
33 B
C

int objlib(void)
{
return 7;
}