xref
: /
dports
/
devel
/
splint
/
splint-3.1.2
/
test
/
tests2.4
/
emptycase.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
f(int x)
1
void
f
(
int
x
) {
2
switch
(
x
) {
3
case
1
:
4
}
5
6
switch
(
x
) {
7
default
:
8
}
9
}
10