(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
debug/
dwarf2/
dwarf2-3.h
       1  /* Contributed by Devang Patel <dpatel@apple.com> */
       2  
       3  struct point
       4  {
       5    int x;
       6    int y;
       7  };
       8