// This example highlighted a bug in extracting routine type qualifiers. template struct S { void f(A (B::*)() const); };