CompilerSysY/testcases/functional/03_arr_defn2.sy
2023-04-30 00:57:11 +08:00

4 lines
42 B
Plaintext

int a[10][10];
int main(){
return 0;
}