1  // { dg-do compile }
       2  // { dg-options "-fgnu-tm" }
       3  
       4  __attribute__((transaction_callable))
       5  void func()
       6  {
       7    __asm__ ("");
       8  }
       1  // { dg-do compile }
       2  // { dg-options "-fgnu-tm" }
       3  
       4  __attribute__((transaction_callable))
       5  void func()
       6  {
       7    __asm__ ("");
       8  }