aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libitm/testsuite/libitm.c/dropref.c
blob: c9bdfff32cfc0ccf5058bfe5d79d43e33b1d69a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* { dg-xfail-run-if "unsupported" { *-*-* } } */
#include <libitm.h>

char *pp;

int main()
{
  __transaction_atomic {
    _ITM_dropReferences (pp, 555);
  }
  return 0;
}