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: tweak some debug statements
[smatch.git]
/
validation
/
function-pointer-inheritance.c
blob
0b24e45882f2bb35c4ea9620ecf7bc4678dbe937
1
extern
int
foo
(
int
f
(
int
,
void
*));
2
3
int
foo
(
int
(*
f
)(
int
,
void
*))
4
{
5
return
0
;
6
}
7
/*
8
* check-name: Function pointer inheritance
9
*/