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