Sophie

Sophie

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

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

void main(int i)
{

	
	foo(f(1),2);
	f(2);
	g(3);

}


void notmain(int i)
{

	f(3);
	f(4);

}