1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mtune=generic" } */
3 
4 int
foo(unsigned char x,unsigned char y)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" } } */
11