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