Sophie

Sophie

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

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


int classA(int i) {
  if(classA()) { x=0; }

  UnitTestEntry("A1");
  if(MethodA1()) { }
  if(MethodA2()) { }
  UnitTestEntry("A3");
  if(MethodA3()) { }
  if(MethodA4()) { }

}

int classB(int i) {
  if(classB()) { x=0; }

  if(MethodB1()) { }
  UnitTestEntry("B2");
  if(MethodB2()) { }
  if(MethodB3()) { }
  UnitTestEntry("B4");
  if(MethodB4()) { }

  
}

int lastfunction(int i) {
}