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