From 6d30fdd63c822201fc5c13d60529808d135cce4a Mon Sep 17 00:00:00 2001 From: Raymond Toy <toy.raymond@gmail.com> Date: Mon, 3 Oct 2016 19:02:46 -0700 Subject: [PATCH] Add test case for issue #24. Forgot to check this in with the fix for issue #24. --- tests/resources/issue-24.lisp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/resources/issue-24.lisp diff --git a/tests/resources/issue-24.lisp b/tests/resources/issue-24.lisp new file mode 100644 index 000000000..397241c4e --- /dev/null +++ b/tests/resources/issue-24.lisp @@ -0,0 +1,5 @@ +;; Test case from issue #24. +(defun foo () + (print "Hello world")) + +(compile 'foo) -- GitLab