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
fixed-nix
sysy-data
/
functional_c
/
sy
/
40_unary_op.sy
13 lines
147 B
Plaintext
Raw
Permalink
Blame
History
#include "sylib.h"
int main() {
int a;
a = 10;
if (+-!!!a) {
a = - - -1;
}
else {
a = 0;
}
return a;
}
Reference in New Issue
View Git Blame
Copy Permalink