Raymond Toy pushed to branch master at cmucl / cmucl
Commits: 6d30fdd6 by Raymond Toy at 2016-10-03T19:02:46-07:00 Add test case for issue #24.
Forgot to check this in with the fix for issue #24.
- - - - -
1 changed file:
- + tests/resources/issue-24.lisp
Changes:
===================================== tests/resources/issue-24.lisp ===================================== --- /dev/null +++ b/tests/resources/issue-24.lisp @@ -0,0 +1,5 @@ +;; Test case from issue #24. +(defun foo () + (print "Hello world")) + +(compile 'foo)
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/6d30fdd63c822201fc5c13d605...