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