]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/g++.dg/lto/20080916_0.C
Merge lto branch into trunk.
[thirdparty/gcc.git] / gcc / testsuite / g++.dg / lto / 20080916_0.C
1 /* { dg-lto-do assemble } */
2
3 enum _Ios_Fmtflags {
4 _S_boolalpha };
5
6 class ios_base {
7 static const _Ios_Fmtflags boolalpha = _S_boolalpha;
8 _Ios_Fmtflags _M_flags;
9 };
10
11 ios_base& g() {
12 }