Example to illustrate the perils of dyn.load()ing twice on macs

To reproduce:

	R CMD SHLIB toy.f
	R
	> source("test.R")
	> source("test.R")

on my machines after the second source R hangs.
