(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
tm/
keyword1.C
// Test that these aren't keywords without -fgnu-tm.

int main()
{
  synchronized { }		// { dg-error "not declared" }
  atomic_noexcept { }		// { dg-error "not declared" }
  atomic_cancel { }		// { dg-error "not declared" }
  atomic_commit { }		// { dg-error "not declared" }
}