1 // PR 20647, we must emit the typeinfo's string as weak, but not the
2 // necessarily the type info object
4 // { dg-require-weak "" }
5 // { dg-final { scan-assembler ".weak\[ \t\]_?_ZTSPP1A" } }
6 // { dg-final { scan-assembler-not ".weak\[ \t\]_?_ZTIPP1A" } }