blob: 26ad0bace2234dd861dc0f4b2c86601dd039ba25 [file] [log] [blame]
/* Test -feliminate-dwarf2-dups */
/* Contributed by Devang Patel <dpatel@apple.com> */
struct point
{
int x;
int y;
};