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