2013-10-21 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / pr46567-2.c
blobbfe0078bfdbf505b2e72d2319c9bca9de40e94e4
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm" } */
4 int funky();
5 int global;
7 void SeqfileGetLine()
9 funky();
12 __attribute__((transaction_callable)) void readLoop()
14 SeqfileGetLine();
15 if (global)
16 funky();