Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / 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.