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