summaryrefslogtreecommitdiffstats
path: root/test/input/using-declaration-start.cxx
blob: 9d732d051376ab710ee97840252131e5270318c3 (plain)
1
2
3
4
namespace N {
  class start;
}
using N::start;