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