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