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