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