2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / lto / 20080916_0.C
blob77494ef689c30ab9ff96fc2cffd9f557f8d44560
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() {
12     static ios_base a;
13     return a;