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