3 // { dg-skip-if "split DWARF unsupported" { *-*-darwin* } }
4 // { dg-options "-std=c++11 -gsplit-dwarf -O1" }
5 // { dg-additional-options "-fPIE" { target pie } }
7 struct A { const char *b; A (const char *c) : b(c) {} };
8 struct B { void foo (A); };