Put stubs into warm build phase adjacent to setf-funs
[sbcl.git] / contrib / sb-introspect / load-test.lisp
blob3fc51f9c75844179f12df26b120241d70d63caac
1 ;;;
2 ;;; The order of the forms must not change, as the order is checked in
3 ;;; `test-driver.lisp'. Thus do not alter this file unless you edit
4 ;;; test-driver.lisp to match.
5 ;;;
7 (declaim (optimize (debug 3)))
8 (in-package :cl-user)
10 (eval-when (:compile-toplevel)
11 (error "load-test.lisp needs to be loaded as source"))
13 (defun loaded-as-source-fun ()