aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.dg/debug/dwarf2-3.h
blob: 26ad0bace2234dd861dc0f4b2c86601dd039ba25 (plain)
1
2
3
4
5
6
7
8
9
/* Test -feliminate-dwarf2-dups */
/* Contributed by Devang Patel <dpatel@apple.com> */

struct point
{
  int x;
  int y;
};