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