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