blob: 2574090e96c036061b0f17f451ca7840abfa0072 [file] [log] [blame]
foo (a, b)
{
return (a % b) == 0;
}