// PR c++/28250
// { dg-do compile }

void foo()
{
  try { throw; }
  catch () {}  // { dg-error "type-specifier" }
}


syntax highlighted by Code2HTML, v. 0.9.1