/* Contributed by Devang Patel */ /* { dg-do compile } */ /* { dg-options "-gdwarf" } */ #include "dwarf2-3.h" int main() { struct point p; p.x = 0; p.y = 0; }