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