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