expect            463 src/test-arith.c int test_scm_c_scm(const char *msg, ScmObj expect, ScmObj val)
expect            465 src/test-arith.c     Scm_Printf(SCM_CUROUT, "testing %s, expects %S =>", msg, expect);
expect            466 src/test-arith.c     if (Scm_EqualP(expect, val)) {