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
Corrected multi-byte comparisons, which now work.
[sixpic.git]
/
tests
/
test1.c
blob
6b41e7c1635c494647055ef144405383330e1257
1
/* File: test1.c */
2
3
/* Test assignment and simple expression */
4
5
int
x
;
6
7
x
=
2
+
3
;
8
x
=
6
+
7
;