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

5 lines
36 B
Plaintext

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