Sophie

Sophie

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

coccinelle-examples-1.0.0-0.rc4.2.fc16.i686.rpm

@a@
identifier x;
@@

foo(x);

@script:ocaml b@
x << a.x;
y;
z;
@@

y := x;
z := "something"

@c@
identifier b.y;
identifier b.z;
identifier a.x;
@@

- bar();
+ matched_bar(y,z,x);