(root)/
gcc-13.2.0/
libitm/
testsuite/
libitm.c/
dropref.c
       1  /* { dg-xfail-run-if "unsupported" { *-*-* } } */
       2  #include <libitm.h>
       3  
       4  char *pp;
       5  
       6  int main()
       7  {
       8    __transaction_atomic {
       9      _ITM_dropReferences (pp, 555);
      10    }
      11    return 0;
      12  }