0.9.16.3: initfile refactoring
[sbcl.git] / tests / custom-sysinit.lisp
diff --git a/tests/custom-sysinit.lisp b/tests/custom-sysinit.lisp
new file mode 100644 (file)
index 0000000..eaad176
--- /dev/null
@@ -0,0 +1,17 @@
+;;;; loaded by init.test.sh
+
+;;;; This software is part of the SBCL system. See the README file for
+;;;; more information.
+;;;;
+;;;; While most of SBCL is derived from the CMU CL system, the test
+;;;; files (like this one) were written from scratch after the fork
+;;;; from CMU CL.
+;;;;
+;;;; This software is in the public domain and is provided with
+;;;; absolutely no warranty. See the COPYING and CREDITS files for
+;;;; more information.
+
+(write-line "/loading custom sysinit")
+
+(defun sysinit-21 ()
+  21)