Issue #489 - unit test for eval/begin order of args

This commit is contained in:
Justin Ethier 2022-07-21 21:48:12 -04:00
parent f8555f796d
commit de27768ee2

View file

@ -54,6 +54,7 @@ TESTS = $(basename $(TEST_SRC))
all : cyclone icyc libs
test : libs $(TESTS)
icyc -p "(begin (define-syntax foo (syntax-rules () ((foo) 123))) (foo))"
example :
cd $(EXAMPLE_DIR) ; $(MAKE)