myx/MyxCMake/backports/CheckIPOSupported/main.cpp

7 lines
43 B
C++
Raw Normal View History

2022-10-08 22:01:31 +00:00
int foo();
int main()
{
return foo();
}