aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/debug/dwarf2/dwarf2-3.h
blob: a60b6baa0270d076601cd689b3d4df2aa281d266 (plain)
1
2
3
4
5
6
7
8
/* Contributed by Devang Patel <dpatel@apple.com> */

struct point
{
  int x;
  int y;
};