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
with-py
sysy-data
/
functional_c
/
sy
/
06_const_var_defn2.sy
9 lines
105 B
Plaintext
Raw
Permalink
Blame
History
#include "sylib.h"
// test const gloal var define
const int a = 10, b = 5;
int main()
{
return b;
}
Reference in New Issue
View Git Blame
Copy Permalink