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