Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / opt / interface1-a.cc
blob595585257c18662b7f74b95e70c29992c5955908
1 struct Test {
2 void f();
3 };
5 Test t;
7 void g() {
8 t.f();