Artifact 8b378376bb34a84fca11e01d82fb05689a7b896c:
- File testeval/mod1.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 mod1)) (module mod1 * (import scheme) (define *mod1somevar* 1234) )