This website requires JavaScript.
Explore
Help
Sign In
catfood
/
CompilerSysY
Watch
1
Star
0
Fork
0
You've already forked CompilerSysY
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
ee09258b41
CompilerSysY
/
testcases
/
functional_test
/
01_var_defn.sy
ridethepig
4458c23fc7
additional test cases
2023-05-08 21:15:52 +08:00
6 lines
39 B
Plaintext
Raw
Blame
History
int a;
int main(){
a=10;
return 0;
}
Reference in New Issue
View Git Blame
Copy Permalink