// PR c++/23167

struct dom
{
  static int tostr();
  void eval_old() volatile{tostr();}
  ~dom() throw();
};



syntax highlighted by Code2HTML, v. 0.9.1