Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / debug / pr16792.C
blob39003cbe299da3154fd5e0febec5bf7eeb84ed47
1 // { dg-do compile }
3 struct S { S(); };
4 int foo (S b, double j) { };
6 int main ()
8   int foo (S, double);
9   S v;