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
Preservation of named blocks works.
[sixpic.git]
/
tests
/
test1.c
blob
3ae44d7a6b4e95ebe63f1a9fb6356293a29f576e
1
/* File: test1.c */
2
3
/* Test assignment and simple expression */
4
5
int
x
;
6
7
x
=
2
+
3
;