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