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