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