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