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