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