blob: 712c9e0fbdde40456a2a6e70cdc8635c0cf1a2e8 [file] [log] [blame]
// PR c++/23167
struct dom
{
static int tostr();
void eval_old() volatile{tostr();}
~dom() throw();
};