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