scriptedmain with cond-expand added by DerGuteMoritz on Wed Aug 13 00:28:00 2014

(define (main args)
  (write (list main: args)) (newline))

(cond-expand
  (chicken-compile-shared)
  (compiling (main (command-line-arguments)))
  (else))