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