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