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