// { dg-do assemble } // Origin: Mark Mitchell struct C { void f (); }; void C::f () { asm ("" : : "m" (f)); // { dg-error "" } type could not be determined }