(import (chicken base) (prefix sdl2 sdl2:) (prefix sdl2-image img:)) (define (main) #t) (cond-expand ((not csi) (main)) (csi (void)))