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