1 /* This testcase failed, because scope containing baz was deleted
2 (spanned 0 basic blocks) and DWARF-2 couldn't find baz origin. */
3 /* { dg-do compile } */
5 struct A
{ char *a
, *b
, *c
, *d
; };
13 void fnptr (void (*fn
) (void));
31 if (f
->c
- f
->a
> f
->d
- f
->a
)