blob: e301f1f48cf1a014305c96246f26a7b12dfbaa1e [file] [log] [blame]
/* { dg-do compile } */
int g;
void f(void)
{
__transaction_atomic { /* { dg-error "without transactional memory" } */
g++;
}
}