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