summaryrefslogtreecommitdiffstats
path: root/test/input/using-directive-ns.cxx
blob: b3519eae1e8cf9d7de71d42d61ab92c0d24c5991 (plain)
1
2
3
4
5
6
namespace N {
class A;
}
namespace start {
using namespace N;
}