blob: 4decaf1e9503d21e53dad0b6afa7ac3dd1f371c9 [file] [log] [blame]
// { dg-do assemble }
// GROUPS passed niklas dwarf
struct S { S(); };
inline void
foo (
S a,
S b
)
{}
void
bar (S s1, S s2)
{ foo (s1, s2); }