1 /* This testcase failed, because scope containing baz was not emitted
2 (doesn't contain any instructions) and DWARF-2 couldn't find baz origin. */
3 /* { dg-do compile } */
5 struct A
{ char *a
, *b
, *c
, *d
; };
24 if (e
.c
- e
.a
> e
.d
- e
.a
)