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