/* { dg-do compile } */

template <int>
void f()
{
    int *t, i;
    t[i ? 0 : i];
}


syntax highlighted by Code2HTML, v. 0.9.1