> The following program segment: > > foo() > { > void goo(); > void (*moo)(); > > moo = goo; > } > > Produces the error: > > "void.c", line 6: operands of = have incompatible types In that case, your compiler is broken.