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