cmake (3.27.7)

(root)/
share/
cmake-3.27/
Modules/
CheckIPOSupported/
main.cpp
int foo();

int main()
{
  return foo();
}