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