blob: 6a9650470c19166e5a8b88037774c8ba9e07d9e8 [file] [log] [blame]
// Build don't link:
// Origin: Mark Mitchell <mark@codesourcery.com>
struct C
{
void f ();
};
void C::f ()
{
asm ("" : : "m" (f)); // ERROR - type could not be determined
}