Fix make-array transforms.
[sbcl.git] / contrib / sb-introspect / load-test.lisp
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 ;;;
6
7 (declaim (optimize (debug 3)))
8 (in-package :cl-user)
9
10 (eval-when (:compile-toplevel)
11   (error "load-test.lisp needs to be loaded as source"))
12
13 (defun loaded-as-source-fun ()
14   t)