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