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