gcc50: Disconnect from buildworld.
[dragonfly.git] / contrib / gcc-5.0 / libitm / testsuite / libitm.c++ / dropref.C
1 /* { dg-xfail-run-if "unsupported" { *-*-* } } */
2 #include <libitm.h>
3
4 char *pp;
5
6 int main()
7 {
8   __transaction_atomic {
9     _ITM_dropReferences (pp, 555);
10   }
11   return 0;
12 }