summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/using-decl-a.h
blob: 1d1ffe9ed35081a4785e3309b6125439e7a1a42e (plain)
1
2
3
4
5
6
7
8
9
10
11
typedef int using_decl_type;
int using_decl_var;
int merged;

namespace UsingDecl {
  using ::using_decl_type;
  using ::using_decl_var;

  namespace A { typedef int inner; }
  using A::inner;
}
OpenPOWER on IntegriCloud