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