(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
lto/
pr85248_1.c
       1  /* { dg-options "-fno-lto" } */
       2  
       3  __attribute__((__noipa__)) void
       4  test (int s, int e)
       5  {
       6    asm volatile ("" : "+g" (s), "+g" (e) : : "memory");
       7    if (s)
       8      __builtin_abort ();
       9  }