index
:
firefox-esr
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
clang-tidy
/
test
/
readability-redundant-control-flow.cpp
blob: d22171554204e5b2eab69c266086fbd45398250a (
plain
)
1
2
3
4
5
extern
void
g
();
void
f
()
{
g
();
return
;
}