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