summaryrefslogtreecommitdiffstats
path: root/test/input/Namespace-anonymous.cxx
blob: f35a1ab8b791dff0051e65dce96e2bacfedb7e1b (plain)
1
2
3
4
5
namespace start {
  namespace {
    struct A;
  }
}