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