Artifact 0ce4acc6836b5a0dba975158f8d992a901d4f553:
- File testeval/all.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: 155) [annotate] [blame] [check-ins using]
(declare (unit all)) (declare (uses mod1)) (declare (uses mod2)) (module all () (import scheme chicken.module mod1 mod2) (reexport mod1 mod2) )