blob: f56427b9ec3ba6ac648df8e3a538e12ca5b912cb [file] [log] [blame]
int foo(int len, char arr[][len], int X) {
return arr[X][0];
}