void baz(int i);

void foo(int i, int A[i+1])
{
    int j=A[i];
    void bar() { baz(A[i]); }
}


syntax highlighted by Code2HTML, v. 0.9.1