blob: a4ec0454712888cb682e010e89068063fb9f9c5d [file] [log] [blame]
// Build don't link:
// GROUPS passed niklas dwarf
struct S { S(); };
inline void
foo (
S a,
S b
)
{}
void
bar (S s1, S s2)
{ foo (s1, s2); }