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