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