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