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