contract c {
    event e(uint[10] a, bytes7[8] indexed b, c[3] x);
}