0.8.7.10:
[sbcl.git] / tests / interface.pure.lisp
index 227ab07..5ac83e0 100644 (file)
   (test (* 86400 365) -1/3600 (1 0 0 1 1 1901 1 -1/3600))
   (test (* 86400 365) 0 (0 0 0 1 1 1901 1 0))
   (test (* 86400 365) 1/3600 (59 59 23 31 12 1900 0 1/3600)))
+
+;;; DISASSEMBLE shouldn't fail on purified functions
+(disassemble 'cl:+)
+(disassemble 'sb-ext:run-program)