repo.or.cz
/
splint-patched.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Two useless/empty bison reductions removed.
[splint-patched.git]
/
test
/
csyntax15.c
blob
5b9b2ace22f0572d2c88d8f2f7eead7d0f0aa25c
1
int
(
f
)(
int
x
);
2
3
int
g
()
4
{
5
return
f
(
3
);
6
}
7
8
int
f
(
int
x
)
9
{
10
return
x
;
11
}