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