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