int test(int a, int b) {
int d[1][2];
int c[10];
c[0.1] = 0;
return 1;
}
int main() {
int c = test(1,1);
return 0;
// Array index not int 数组下标不是整数