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
5bfe9a6fb2
sysy-data
/
functional_c
/
sy
/
14_subc.sy
8 lines
86 B
Plaintext
Raw
Blame
History
#include "sylib.h"
//test subc
int main(){
int a;
a = 10;
return a - 2;
}
Reference in New Issue
View Git Blame
Copy Permalink