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
/
oldstyle2.c
blob
38c55aecf7749f57fdd6b3548290eea7b56f2747
1
2
void
3
oldDec
(
x
)
4
int
x
;
5
{
6
x
=
5
;
7
}
8
9
10
void
11
noShadow
()
12
{
13
switch
(
0
)
14
{
15
int
x
;
16
case
0
:
17
{
x
=
0
;}
18
}
19
}
20
21
22
23
void
24
unrecognized
()
25
{
26
switch
(
0
)
27
{
28
case
0
:
29
{
x
=
0
;}
30
}
31
}