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