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