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