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