blob: 6835cda0c4f52acaf9bd7e9ff97ffc0ab0719f54 [file] [log] [blame]
Douglas Gregorf5c9f9f2012-01-07 09:11:48 +00001@import namespaces_top;
2
3namespace N1 { }
4
5namespace N1 {
6 float& f(float);
7}
8
9namespace N2 {
10 float& f(float);
11}
Douglas Gregorc6c8e0e2012-01-09 17:30:44 +000012
13
14
15
16
17namespace N5 {
18 int &f(int);
19}
20
21namespace N6 {
22 int &f(int);
23}
24
25namespace N7 {
26 int &f(int);
27}