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