1.3.21: will be tagged as "sbcl-1.3.21"
[sbcl.git] / tests / data / wonky4.lisp
blob0b3fdbf8555b22706dc679a7af5b7563159cdbf0
1 (in-package :cl-user)
3 (defclass foo ()
4 ((name :reader name)))
6 (defvar *foo* nil)
8 (defun foo (x)
9 (1+ x))
11 (warn "gotcha")
12 "junk"
13 #| hey |#
14 ;;;
15 #-sbcl (frob)
16 (name *foo*)
18 (defun bar (y)
19 (1- y))