(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
i386/
extract-1.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O2 -mtune=generic" } */
       3  
       4  int
       5  foo (unsigned char x, unsigned char y)
       6  {
       7     return (x % y) != 0;
       8  }
       9  
      10  /* { dg-final { scan-assembler-not "test\[b\]?\[^\\n\]*%\[a-d\]l" } } */