Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.niklas / t122.C
blob4decaf1e9503d21e53dad0b6afa7ac3dd1f371c9
1 // { dg-do assemble  }
2 // GROUPS passed niklas dwarf
3 struct S { S(); };
5 inline void
6 foo (
7       S a,
8       S b
9     )
12 void
13 bar (S s1, S s2)
14 { foo (s1, s2); }