aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/lto/20080916_0.C
blob: 3c900cd43b544d9a236e0b172d4b0bebcd05fc7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-lto-do assemble } */

enum _Ios_Fmtflags     {
 _S_boolalpha };

class ios_base   {
 static const  _Ios_Fmtflags boolalpha =   _S_boolalpha;
 _Ios_Fmtflags _M_flags;
};

ios_base& g() {
}