CMake/Modules/CheckIPOSupported/main.c
2023-10-26 09:20:45 -04:00

7 lines
47 B
C

int foo();
int main(void)
{
return foo();
}