repo.or.cz
/
splint-patched.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Some consistency changes to library & headers flags.
[splint-patched.git]
/
test
/
tests2.5
/
literals.c
blob
5afdd94bef9853f754514e8bf7a1b458bcb1b7b4
1
void
test
()
2
{
3
char
a
;
4
unsigned int
b
;
5
6
a
=
15
;
7
b
=
39
;
8
a
=
b
;
9
}