// PR c++/14510

struct c {};
namespace A {
  int c(struct c*req);
}
int A::c(struct c*req) {}


syntax highlighted by Code2HTML, v. 0.9.1