blob: bfe0078bfdbf505b2e72d2319c9bca9de40e94e4 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fgnu-tm" } */
int funky();
int global;
void SeqfileGetLine()
{
funky();
}
__attribute__((transaction_callable)) void readLoop()
{
SeqfileGetLine();
if (global)
funky();
}