Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20080916_0.C
blob: 77494ef689c30ab9ff96fc2cffd9f557f8d44560 [
file
] [
log
] [
blame
]
/* { 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
()
{
static
ios_base a
;
return
a
;
}