mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 12:00:11 -05:00
13 lines
173 B
C
13 lines
173 B
C
/* { dg-xfail-run-if "unsupported" { *-*-* } } */
|
|
#include <libitm.h>
|
|
|
|
char *pp;
|
|
|
|
int main()
|
|
{
|
|
__transaction_atomic {
|
|
_ITM_dropReferences (pp, 555);
|
|
}
|
|
return 0;
|
|
}
|