Raymond Toy pushed to branch master at cmucl / cmucl
Commits:
-
6d30fdd6
by Raymond Toy at 2016-10-03T19:02:46-07:00
1 changed file:
Changes:
1 |
;; Test case from issue #24.
|
|
2 |
(defun foo ()
|
|
3 |
(print "Hello world"))
|
|
4 |
|
|
5 |
(compile 'foo)
|