match: Fix comment for `X != 0 ? X + ~0 : 0` transformation
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / modcc.c
blob173a1bcc3269a76285be0cbbb338bfc91d0ee1a8
1 /* { dg-additional-options "-std=gnu89" } */
3 foo (a, b)
5 return (a % b) == 0;