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