Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
warn
/
anonymous-namespace-6.C
blob: d238df392c71cf80ccdf12e47e5547bf212659d1 [
file
] [
log
] [
blame
]
// PR c++/53711
// { dg-options -Wall }
namespace
{
void
f
()
// { dg-warning "not used" }
{
}
}