blob: c9bdfff32cfc0ccf5058bfe5d79d43e33b1d69a0 [file] [log] [blame]
/* { dg-xfail-run-if "unsupported" { *-*-* } } */
#include <libitm.h>
char *pp;
int main()
{
__transaction_atomic {
_ITM_dropReferences (pp, 555);
}
return 0;
}