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