blob: a69f43f183350183b5f8e1dae6c00682f5859362 [file] [log] [blame]
Douglas Gregorf5c9f9f2012-01-07 09:11:48 +00001namespace N1 {
2 int& f(int);
3}
4
5namespace N2 {
6 int& f(int);
7}
8
9namespace N3 {
10 int& f(int);
11}