Is there any obvious reason why this isn't working? added by Jubjub on Thu Mar 27 20:32:21 2014

(define (draw-triangle-int)
    (foreign-lambda*
      void ()
#<<EOF
    printf("test");
EOF
      ))