This website requires JavaScript.
Explore
Help
Register
Sign In
compiler
/
sysy-data
Watch
4
Star
0
Fork
You've already forked sysy-data
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
sysy-data
/
functional
/
sy
/
02_var_defn3.sy
8 lines
111 B
Plaintext
Raw
Permalink
Blame
History
//test local var define
int main(){
int a, b0, _c;
a = 1;
b0 = 2;
_c = 3;
return b0 + _c;
}
Reference in New Issue
View Git Blame
Copy Permalink