6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
// Ignoring redeclaration of symbol "a"
|
|
|
|
int foo(int a[], int a) {
|
|
return a[i];
|
|
}
|