blob: bfa675c987fb9ee08933242c3fab237e79f35c82 [file] [log] [blame]
// FIXME the TS says atomic_noexcept calls abort, not terminate.
// { dg-options "-fgnu-tm" }
void f()
{
atomic_noexcept { throw; } // { dg-warning "terminate" }
}