add: tests for zero-parser.

This commit is contained in:
2024-11-19 19:08:05 +08:00
parent a282ad8f24
commit 91c6c42a02
227 changed files with 7797 additions and 0 deletions

4
sysy_sets/03_arr_defn2.sy Executable file
View File

@@ -0,0 +1,4 @@
int a[10][10];
int main(){
return 0;
}