FSF GCC merge 02/23/03
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.other / asm2.C
blob6a9650470c19166e5a8b88037774c8ba9e07d9e8
1 // Build don't link:
2 // Origin: Mark Mitchell <mark@codesourcery.com>
4 struct C
6   void f ();
7 };
9 void C::f ()
11   asm ("" : : "m" (f)); // ERROR - type could not be determined