Megatest

all.scm at [9b4be80a9a]
Login

File testeval/all.scm artifact 0ce4acc683 part of check-in 9b4be80a9a


(declare (unit all))

(declare (uses mod1))
(declare (uses mod2))

(module all
	()
	(import scheme chicken.module mod1 mod2)
	(reexport mod1 mod2)

)