Artifact 9e9aa983e66a2b834dea375c8c3963f5465fc083:
- File testbuild/m2.scm — part of check-in [49214f61e2] at 2021-11-13 21:17:57 on branch v1.6584-nanomsg — Added minimal example of how build works (user: matt, size: 172) [annotate] [blame] [check-ins using]
;; 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")) )