blob: 32f61f72cf09e9737a67f62050c26fb44a2b72f1 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fgnu-tm -fdump-ipa-tmipa" } */
extern void bark(void);
__attribute__((transaction_callable))
int foo()
{
bark();
}
/* { dg-final { scan-ipa-dump-times "changeTransactionMode \\(0\\)" 1 "tmipa" } } */