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