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