Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • tests/resources/issue-24.lisp
    1
     ;; Test case from issue #24.
    
    2
     (defun foo ()
    
    3
       (print "Hello world"))
    
    4
     
    
    5
     (compile 'foo)