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