tests/module-test/m2.rkt
(module m2 '#%kernel
  (display "hello world")
  (newline))