(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
arm/
pr100775.c
       1  /* { dg-do compile } */
       2  /* { dg-skip-if "" { ! { arm_thumb1_ok || arm_thumb2_ok } } } */
       3  /* { dg-options "-mthumb -fzero-call-used-regs=used" } */
       4  
       5  int
       6  foo (int x)
       7  {
       8    return x;
       9  }