OSDN Git Service

* gcc.dg/20020201-1.c: Use cleanup-coverage_files.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.old-deja / g++.other / asm2.C
1 // { dg-do assemble  }
2 // Origin: Mark Mitchell <mark@codesourcery.com>
3
4 struct C
5 {
6   void f ();
7 };
8
9 void C::f ()
10 {
11   asm ("" : : "m" (f)); // { dg-error "" } type could not be determined
12 }