summaryrefslogtreecommitdiff
path: root/clang/test/Modules/Inputs/namespaces-top.h
blob: 0c607f5285160eeb79dbd3e7458bf3c6e9de3397 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
namespace N1 { 
  int& f(int);
}

namespace N2 { 
  int& f(int);
}

namespace N3 { 
  int& f(int);
}

namespace N12 { }