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
implied_value: don't get confused by casts
[smatch.git]
/
validation
/
static-forward-decl.c
blob
47e46dcd80da9fe78fa25dccbfa9bd0fe5fc6066
1
static int
f
(
void
);
2
3
int
f
(
void
)
4
{
5
return
0
;
6
}
7
/*
8
* check-name: static forward declaration
9
* check-known-to-fail
10
*/