Douglas Gregor | f5c9f9f | 2012-01-07 09:11:48 +0000 | [diff] [blame] | 1 | namespace N1 { |
2 | int& f(int); | ||||
3 | } | ||||
4 | |||||
5 | namespace N2 { | ||||
6 | int& f(int); | ||||
7 | } | ||||
8 | |||||
9 | namespace N3 { | ||||
10 | int& f(int); | ||||
11 | } | ||||
Douglas Gregor | 1c3875d | 2012-01-09 18:07:24 +0000 | [diff] [blame] | 12 | |
13 | namespace N12 { } | ||||
14 |