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