Current File : //usr/share/cmake3/Modules/CheckIPOSupported/main.cpp
int foo();

int main()
{
  return foo();
}