Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
lto
/
20081203_1.C
blob: 83de109eaa9187c2310d16326b28761fe2873339 [
file
] [
log
] [
blame
]
void
f
()
{}
struct
Foo
{
static
inline
void
Bar
()
{
f
();
}
};
static
void
Func
()
{
Foo
::
Bar
();
}
void
g
()
{
Func
();
}