index
:
thunderbird
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
/
misc-unused-using-decls.cpp
blob: 6564711aba2e6ee11365069d2513ff3cd453a15b (
plain
)
1
2
3
4
// misc-unused-using-decls
namespace
n
{
class
C
;
}
using
n
::
C
;