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