No empty .Rs/.Re
[netbsd-mini2440.git] / gnu / dist / gcc4 / gcc / testsuite / gcc.dg / debug / dwarf2-3.c
blobf0c129c60261ace4a1ee844551803d4bf6ea9fa1
1 /* Test -feliminate-dwarf2-dups */
2 /* Contributed by Devang Patel <dpatel@apple.com> */
3 /* { dg-do compile } */
4 /* { dg-options "-feliminate-dwarf2-dups" } */
6 #include "dwarf2-3.h"
8 int main()
10 struct point p;
11 p.x = 0;
12 p.y = 0;