mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
8 lines
213 B
Common Lisp
8 lines
213 B
Common Lisp
(eval-when (:compile-toplevel :load-toplevel :execute)
|
|
(unless (find-package "COMPILE-TWICE")
|
|
(make-package "COMPILE-TWICE" :use '("CL"))))
|
|
|
|
(in-package "COMPILE-TWICE")
|
|
|
|
(defstruct bar-compile-twice (foo))
|