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