8sa1-gcc/gcc/testsuite/g++.old-deja/g++.jason/rfg20.C
Jeff Law 921e5a0eb4 Initial revision
From-SVN: r14840
1997-08-19 01:34:40 -06:00

11 lines
155 B
C

// Build don't link:
typedef void func_type ();
func_type *fp;
void *vp;
void example ()
{
vp != fp; // gets bogus error - nuttin' wrong wit dat
}