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