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