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