myx/MyxCMake/backports/CheckIPOSupported/main.cpp
2022-10-09 01:01:31 +03:00

7 lines
43 B
C++

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