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
8def9687dd
sysy-data
/
functional_c
/
sy
/
08_const_array_defn.sy
7 lines
79 B
Plaintext
Raw
Blame
History
#include "sylib.h"
const int a[5]={0,1,2,3,4};
int main(){
return a[4];
}
Reference in New Issue
View Git Blame
Copy Permalink