1 2 3 4 5 6 7 8 9
// PR c++/23167 struct dom { static int tostr(); void eval_old() volatile{tostr();} ~dom() throw(); };