Login
7 branches 0 tags
Ben (X13/Arch) Cleaned up the codebase quite a bit ce9628b 3 years ago 641 Commits
nujel / testsuite / compiler.nuj
[test/add :arity-error [try car [macroexpand '[return 1 2 3]]]]
[test/add :arity-error [try car [macroexpand '[if 1 2 3 4]]]]
[test/add :arity-error [try car [macroexpand '[def 1 2 3]]]]
[test/add :arity-error [try car [macroexpand '[set! 1 2 3]]]]