(root)/
gcc-13.2.0/
gcc/
testsuite/
c-c++-common/
tm/
inline-asm-2.c
       1  // { dg-do compile }
       2  // { dg-options "-fgnu-tm" }
       3  
       4  __attribute__((transaction_callable))
       5  void func()
       6  {
       7    __asm__ ("");
       8  }