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