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