Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.dg / tm / ipa-3.c
blobcb1b433bcbd4908809d70917d2dbd38fd8f067b6
1 /* { dg-do compile } */
2 /* { dg-options "-fgnu-tm" } */
4 static int x;
6 void __attribute__((transaction_callable))
7 foo(void)
9 x++;
12 /* { dg-final { scan-assembler "_ZGTt3foo" } } */