(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
tm/
pr58516.C
// { dg-do compile { target c++11 } }
// { dg-options "-fgnu-tm" }

void foo()
{
  __transaction_atomic noexcept(false) {}
}