Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.other
/
inline6.C
blob: 04de9fce4c87ba580c6fe9ec27c3d5f5181f1811 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// { dg-options "-O2" }
// Origin: Mark Mitchell <mark@codesourcery.com>
struct
S
{
};
void
f
(
S s
=
S
());
inline
void
g
()
{
f
();
}
void
h
()
{
g
();
}