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