function func1(namespace\a\b $arg): namespace\a\b {}
function func2(a\namespace\b $arg): a\namespace\b {}
namespace\a\b();
a\namespace\b();