repo.or.cz
/
smatch.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
slice: remove unneeded nr_nrbits from EXPR_SLICE
[smatch.git]
/
validation
/
static-forward-decl.c
blob
d25d8152a1f6368138ea3b8f38a4bd4fa014687a
1
int
fref
(
void
);
2
int
fref
(
void
) {
return
0
; }
3
4
static
5
int
floc
(
void
);
6
int
floc
(
void
) {
return
0
; }
7
8
static
9
int
oloc
;
10
int
oloc
=
0
;
11
12
/*
13
* check-name: static forward declaration
14
*/