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