1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00
Files
CMake/Modules/CheckIPOSupported/main.c

7 lines
43 B
C

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