llvm-project/llvm/test/Regression/CFrontend/2004-05-07-VarArrays.c

4 lines
65 B
C

int foo(int len, char arr[][len], int X) {
return arr[X][0];
}