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