repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
regress
/
usr.bin
/
xlint
/
lint1
/
test22.c
blob
ba4a338d29ae71bb5b9d7c22c3bd60a3ed7239f3
1
int
x
(
void
)
2
{
3
int
i
=
33
;
4
switch
(
i
) {
5
case
1
...
40
:
6
break
;
7
default
:
8
break
;
9
}
10
return
0
;
11
}