ref: dd1dcc663ada21c70e41003564e5c57d671981ac dir: /test/exportmain.myr/
use std pkg = const foo : (val:int -> int) ;; const foo = {val -> val } const main = { std.exit(foo(42)) }