Fix PR48484
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20080916_0.C
blob3c900cd43b544d9a236e0b172d4b0bebcd05fc7b
1 /* { dg-lto-do assemble } */
3 enum _Ios_Fmtflags     {
4  _S_boolalpha };
6 class ios_base   {
7  static const  _Ios_Fmtflags boolalpha =   _S_boolalpha;
8  _Ios_Fmtflags _M_flags;
9 };
11 ios_base& g() {