Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / g++.dg / ext / asm6.C
blob96ef9d385a88e38a8504d34a174c73b5b2e7a983
1 struct A
3     ~A();
4 };
5 int foo(A);
6 void bar()
8     A a;
9     asm("" : : "r"(foo(a)) );//<-- cleanup needed here.