pragma abicoder v2; contract c { event E(uint[]); } // ----