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