Files

9 lines
161 B
Scheme
Raw Permalink Normal View History

(define null '())
(unless (funk null)
(error "funk(null) does not return true"))
(unless (null? (getnull))
(error "NULL pointer should be null"))
(exit 0)