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