
(define foo "included correctly")

(define (test)
   (print foo))

