// PR c++/16971

namespace N {
  int i; // { dg-error "" }
  // By checking for an explicit keyword on the next line we avoid
  // matching an ICE message.
  int i; // { dg-error "redefinition" }
}


syntax highlighted by Code2HTML, v. 0.9.1