aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.c-torture/unsorted/modcc.c
blob: 2574090e96c036061b0f17f451ca7840abfa0072 (plain)
1
2
3
4
foo (a, b)
{
  return (a % b) == 0;
}