xcons bug with current master added by DerGuteMoritz on Sat Aug 4 17:56:14 2012

(use srfi-1 extras)

(pp (xcons (list) 'lol))
(pp (xcons '() 'lol))

;; $ csc bug.scm && ./bug
;; (() . lol)
;; (lol)