Sign in
gnu
/
gcc
/
a6d3012b274f38b20e2a57162106f625746af6c6
/
.
/
gcc
/
testsuite
/
g++.dg
/
expr
/
volatile1.C
blob: 712c9e0fbdde40456a2a6e70cdc8635c0cf1a2e8 [
file
] [
log
] [
blame
]
// PR c++/23167
struct
dom
{
static
int
tostr
();
void
eval_old
()
volatile
{
tostr
();}
~
dom
()
throw
();
};