mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
In load.impure.lisp(bug-332), just use a static file. As to creating .fasl in the same directory, lots of tests do that, so running them concurrently from the same source tree is already a bad idea.
3 lines
52 B
Common Lisp
3 lines
52 B
Common Lisp
(defstruct bug-332 foo)
|
|
(defstruct bug-332 foo bar)
|