Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
c-c++-common
/
tm
/
abort-1.c
blob: 90830f41cf353c712e73810945c8aac499c2a201 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
void
f
(
void
)
{
__transaction_cancel
;
/* { dg-error "without transactional" } */
}