summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/cxx-inline-namespace.h
blob: 4feb8501801eb80dc87015100b7d73fed90474b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
namespace std {
  inline namespace __1 {
    namespace __is_function_imp {}
  }
}

namespace std {
  inline namespace __1 {
    typedef int size_t;
  }
}

namespace X {
  inline namespace Y {
    struct Z;
  }
}
OpenPOWER on IntegriCloud