; t3.txt a very small example

(def add1 x () (+ x 1))

(def main () ()
  (sys 1 (add1 22)))

