blob: b82526f39ff448e6830e4d4330286c81c9cd93a8 [file] [log] [blame]
Richard Smithfd8634a2013-10-23 02:17:46 +00001namespace UsingDecl {
2 namespace B { typedef int inner; }
3 using B::inner;
4}
5
6#include "using-decl-a.h"
7
8namespace UsingDecl {
9 using ::using_decl_type;
10 using ::using_decl_var;
11}