Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.old-deja / g++.jason / incomplete2.C
blobf102220c640bb710335a558e636924b805174bed
1 // { dg-do assemble  }
3 struct A {
4   int foo(A a) { return a.bar(); }
5   int bar();
6   int n;
7 };