Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 92d2bfb5a363004a8a399eefe5c79f14 > files > 10

coccinelle-examples-1.0.0-0.rc4.2.fc16.i686.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) {
}