2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.old-deja / g++.jason / rfg20.C
blob379629456a388d59cc6ef17cb1286c93a554817f
1 // { dg-do assemble  }
3 typedef void func_type ();
4 func_type *fp;
5 void *vp;
7 void example ()
9     vp != fp;                   // { dg-error "" } no conversion from pfn to void*