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