blob: b3cc8e6e71f40393223d7b85b50702a3da99890a [file] [log] [blame]
/* Contributed by Devang Patel <dpatel@apple.com> */
/* { dg-do compile } */
/* { dg-options "-gdwarf" } */
#include "dwarf2-3.h"
int main()
{
struct point p;
p.x = 0;
p.y = 0;
}