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