(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
pch/
system-1.C
#include "system-1.H"

int main() 
{
  std::cout << "hello world!" << '\n';
  return 0;
}