This website requires JavaScript.
Explore
Help
Sign In
iang
/
cocc_lex-yacc
Watch
1
Star
0
Fork
You've already forked cocc_lex-yacc
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
cocc_lex-yacc
/
samples
/
sample4.c
10 lines
78 B
C
Raw
Permalink
Blame
History
int
main
(
void
)
{
int
x
=
1
;
int
y
=
2
;
int
z
=
3
;
x
=
y
+
/
z
;
}
Reference in New Issue
View Git Blame
Copy Permalink