aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.jason/rfg20.C
blob: 33b4858b758f73df502bc3e76c27ae7292dc2c6b (plain)
1
2
3
4
5
6
7
8
9
10
// Build don't link:

typedef void func_type ();
func_type *fp;
void *vp;

void example ()
{
    vp != fp;			// gets bogus error - nuttin' wrong wit dat
}