Sign in
gnu
/
gcc
/
730af51196dacf831ebcf8dbbfe0cab4c52c5ee3
/
.
/
libitm
/
testsuite
/
libitm.c++
/
dropref.C
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
;
}