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