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