contract c { event e(uint a, bytes32 s); } // ----