register-feature! mystery added by sjamaan on Fri Aug 2 16:56:15 2013

;; Riddle me this, Batman: why does this work in csi -s, but not when the program is compiled?
(module foo () #;empty)
(register-feature! 'foo) 
(use foo)