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