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