Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 589b38626859682dda0b4289ae4806af > files > 174

coccinelle-examples-1.0.7-2.mga7.i586.rpm

int main () {
  one(12);
  one_more(15);
  another_one(20);
  two(1,2);
  two_more(3,4);
  three(1,2,3);
}