2018-02-09 Sebastian Perta <sebastian.perta@renesas.com>
[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);
10   }
11   return 0;