CompilerSysY/testcases/functional_test/005_arr_defn2.sy
2023-05-08 21:15:52 +08:00

4 lines
42 B
Plaintext

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