Sign in
gnu
/
gcc
/
ead967d92aee51eaa015148cdca94c5e45af236f
/
.
/
libitm
/
testsuite
/
libitm.c++
/
throwdown.C
blob: 8c65508656ae49cd141712306d0ea4a9e9ae89c9 [
file
]
// { dg-do compile }
#include
<libitm.h>
static
void
throwit
()
{
throw
1
;
}
void
tranfunc
()
{
__transaction_atomic
{
throwit
();
}
}