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
9a3a75da5a
sysy-data
/
hidden_functional
/
sy
/
06_func_name.sy
9 lines
67 B
Plaintext
Executable File
Raw
Blame
History
int f() {
return 10;
}
int main() {
int f = 20;
return f;
}
Reference in New Issue
View Git Blame
Copy Permalink