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