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