cmake (3.27.7)

(root)/
share/
cmake-3.27/
Modules/
CheckIPOSupported/
foo.c
       1  int foo()
       2  {
       3    return 0x42;
       4  }