Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20100423-3_0.C
blob: 49564a586b4a9c8802fd92d129767f1cd3918879 [
file
] [
log
] [
blame
]
// { dg-lto-do assemble }
// { dg-lto-options {{-flto -g}} }
inline
int
foo
()
{
static
union
{
int
i
;
};
return
i
;
}
void
bar
()
{
foo
();
}