PR tree-optimization/82549
[official-gcc.git] / libitm / testsuite / libitm.c / dropref.c
blobc9bdfff32cfc0ccf5058bfe5d79d43e33b1d69a0
1 /* { dg-xfail-run-if "unsupported" { *-*-* } } */
2 #include <libitm.h>
4 char *pp;
6 int main()
8 __transaction_atomic {
9 _ITM_dropReferences (pp, 555);
11 return 0;