1 // { dg-do assemble } 2 3 struct A { fooA4 int foo(A a) { return a.bar(); } 5 int bar(); 6 int n; 7 }; 8