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