1 2 3 4 5 6 7 8 9 10 11
@import namespaces_top; namespace N1 { } namespace N1 { float& f(float); } namespace N2 { float& f(float); }