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