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