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