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