Artifact e1a15c38e74838dfc9a878debb8a2b500cef87e9:
- File testeval/mod2.scm — part of check-in [bc38bbc27d] at 2021-04-18 14:26:49 on branch v1.6584-ck5 — Added eval test case for solving the configf problem (user: matt, size: 92) [annotate] [blame] [check-ins using]
(declare (unit mod2)) (module mod2 * (import scheme) (define *mod2somevar* 4321) )