(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
debug/
dwarf2/
dwarf2-3.c
       1  /* Contributed by Devang Patel <dpatel@apple.com> */
       2  /* { dg-do compile } */
       3  /* { dg-options "-gdwarf" } */
       4  
       5  #include "dwarf2-3.h"
       6  
       7  int main()
       8  {
       9    struct point p;
      10    p.x = 0;
      11    p.y = 0;
      12  }