source: trunk/src/gcc/gcc/testsuite/g++.old-deja/g++.other/asm2.C@ 2

Last change on this file since 2 was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 180 bytes
Line 
1// Build don't link:
2// Origin: Mark Mitchell <mark@codesourcery.com>
3
4struct C
5{
6 void f ();
7};
8
9void C::f ()
10{
11 asm ("" : : "m" (f)); // ERROR - type could not be determined
12}
Note: See TracBrowser for help on using the repository browser.