1// Ignoring redeclaration of symbol "a"
2
3int foo(int a[], int a) {
4    return a[i];
5}
6