2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.dg / debug / dwarf2-3.h
blob26ad0bace2234dd861dc0f4b2c86601dd039ba25
1 /* Test -feliminate-dwarf2-dups */
2 /* Contributed by Devang Patel <dpatel@apple.com> */
4 struct point
6 int x;
7 int y;
8 };