aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/warn/anonymous-namespace-6.C
blob: d238df392c71cf80ccdf12e47e5547bf212659d1 (plain)
1
2
3
4
5
6
7
8
// PR c++/53711
// { dg-options -Wall }

namespace {
  void f () // { dg-warning "not used" }
  {
  }
}