Files
codeql/cpp/ql/test/examples/expressions/Subscript.c

3 lines
48 B
C

void Subscript(int i[], int j) {
j = i[5];
}