OSDN Git Service

Initial revision
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.niklas / t122.C
1 // Build don't link: 
2 // GROUPS passed niklas dwarf
3 struct S { S(); };
4
5 inline void
6 foo (
7       S a,
8       S b
9     )
10 {}
11
12 void
13 bar (S s1, S s2)
14 { foo (s1, s2); }