[Git][cmucl/cmucl][master] Add test case for issue #24.
![](https://secure.gravatar.com/avatar/cc13150cabd87c26f35cb4b0ea78d66d.jpg?s=120&d=mm&r=g)
4 Oct
2016
4 Oct
'16
2:03 a.m.
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...
3046
Age (days ago)
3046
Last active (days ago)
0 comments
1 participants
participants (1)
-
Raymond Toy