1 /* Test -feliminate-dwarf2-dups */
2 /* Contributed by Devang Patel <dpatel@apple.com> */
3 
4 struct point
5 {
6   int x;
7   int y;
8 };
9 
10