(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pch/
system-1.c
       1  #include "system-1.h"
       2  int main(void)
       3  {
       4    puts ("hello world!");
       5    exit (0);
       6  }