blob: 173a1bcc3269a76285be0cbbb338bfc91d0ee1a8 [file] [log] [blame]
/* { dg-additional-options "-std=gnu89" } */
foo (a, b)
{
return (a % b) == 0;
}