blob: cb1b433bcbd4908809d70917d2dbd38fd8f067b6 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fgnu-tm" } */
static int x;
void __attribute__((transaction_callable))
foo(void)
{
x++;
}
/* { dg-final { scan-assembler "_ZGTt3foo" } } */