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