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
/
modernize-redundant-void-arg.cpp
blob: 078e0e13cae0e9dce24c099c905b33e0df781e32 (
plain
)
1
2
3
4
5
// modernize-redundant-void-arg
int
foo
(
void
)
{
return
0
;
}