Home | History | Annotate | Download | only in Inputs
      1 namespace UsingDecl {
      2   namespace B { typedef int inner; }
      3   using B::inner;
      4 }
      5 
      6 #include "using-decl-a.h"
      7 
      8 namespace UsingDecl {
      9   using ::using_decl_type;
     10   using ::using_decl_var;
     11 }
     12