A qualified name can be used in the declaration of a class member.
A warning is issued if a qualified name is used in the declaration of a class member.
struct A { int A::f(); // is the same as int f(); };