ecl/src/newcmp/test-file.lisp
Daniel Kochmański 1b90599696 encodings: get rid of spurious function
We don't need explicit si_make_encoding.
2017-02-16 21:29:42 +01:00

13 lines
168 B
Common Lisp

(in-package #:cl-user)
(defvar *foo1* 3)
(defvar *foo2* "bam")
(defvar *foo3* 1.2)
(defvar *foo4* (make-hash-table))
(print "hellow")
(defun hi ()
"danny"
nil)