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