We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d253603 commit f681d67Copy full SHA for f681d67
build-order.lisp-expr
@@ -35,6 +35,7 @@
35
36
#-warm-build-phase
37
(
38
+ ("src/code/scratch" :not-host :trace-file)
39
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
40
;;; miscellaneous
41
;; This comes as early as possible, so that we catch the source locations
src/code/scratch.lisp
@@ -0,0 +1,3 @@
1
+(defun foo (x)
2
+ (declare (type (simple-array fixnum (*)) x))
3
+ (aref x 1))
0 commit comments