xref
: /
dports
/
devel
/
splint
/
splint-3.1.2
/
test
/
tests2.5
/
literals.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
test()
1
void
test
()
2
{
3
char
a
;
4
unsigned
int
b
;
5
6
a
=
15
;
7
b
=
39
;
8
a
=
b
;
9
}
10