OSDN Git Service

PR middle-end/38934
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / debug / dwarf2-3.c
1 /* Test -feliminate-dwarf2-dups */
2 /* Contributed by Devang Patel <dpatel@apple.com> */
3 /* { dg-do compile } */
4 /* { dg-options "-feliminate-dwarf2-dups" } */
5
6 #include "dwarf2-3.h"
7
8 int main()
9 {
10   struct point p;
11   p.x = 0;
12   p.y = 0;
13 }