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