Megatest

Artifact [9e9aa983e6]
Login

Artifact 9e9aa983e66a2b834dea375c8c3963f5465fc083:


;; a module used only by the command line executable
;;
(declare (unit m2))

(module m2
	*

(import scheme
	chicken.base
	)

(define (b)
  (print "I'm from module m2"))

)