aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.niklas/t122.C
blob: a4ec0454712888cb682e010e89068063fb9f9c5d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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); }