OSDN Git Service

* g++.old-deja/g++.other/init5.C: Remove xfail for powerpc-linux.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.niklas / t122.C
1 // { dg-do assemble  }
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); }