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

namespace N2 { 
  int& f(int);
}

namespace N3 { 
  int& f(int);
}
OpenPOWER on IntegriCloud