blob: 3537e0fe9923651e9931a2e51b732169120bc4d4 [file] [log] [blame]
// 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" }
}