I don't think that the code is safe, but it does what it means :)
=item B<hcf>
Halt and Catch Fire. Tries to crash parrot.
=cut
op hcf() {
int *a, i;
a = NULL;
i = *a;
goto OFFSET(i) ; /* in case your runtime is very forgiving. */
}
--
Mehmet
