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