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