(module mod-a ( test-a ) (import scheme chicken) (define test-a (lambda () (print "test") )) )