ref: bb41de486617929a449e5ece1018c4ef66802658 dir: /test/mkunion.myr/
type u = union `Some int `None ;; const main = { var v v = `Some 123 -> 0 }