blob: a3826e2a78e5deb79a873f7d3099c0b383f73a04 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-fgnu-tm -O1" } */
static inline void asmfunc()
{
__asm__("");
}
__attribute__((transaction_callable))
void push()
{
asmfunc();
}