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