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