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