ref: ae6e5736ca20bb724632b4491d0cfd72e48c99a5 dir: /test/union.myr/
type u = union `Some int `None ;; const main = { var v : u v = `None }