repo.or.cz
/
sixpic.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
New version of the assembler, that does better branch generation.
[sixpic.git]
/
tests
/
math
/
add.c
blob
ef26c14d58adedf9b520603e61c82672d8c23c4d
1
/* Test assignment and simple expressions */
2
3
int
x
;
4
5
x
=
2
+
3
;
6
x
=
6
+
7
;