2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / lto / pr65475_0.C
blob3c8665c92a6681cb502309f275600ddf05d13381
1 /* { dg-lto-do link } */
2 /* { dg-lto-options "-O2  -Wno-odr" } */
3 /* { dg-extra-ld-options { -O2 -Wno-odr -r -nostdlib } } */
4 namespace std {
5 class ios_base {
6   struct A {};
7   class __attribute((__abi_tag__("cxx11"))) failure : A {};
8 } a;