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