--- test.c.i 2009-05-18 14:00:32.000000000 +0200 +++ /tmp/cocci-output-25285-b49c53-test.c.i 2009-05-18 14:00:33.000000000 +0200 @@ -11,7 +11,7 @@ int main(void) { - x = 2; + x = 2 + 1; return x; } --- test2.c.i 2009-05-18 14:00:33.000000000 +0200 +++ /tmp/cocci-output-25300-b31556-test2.c.i 2009-05-18 14:00:33.000000000 +0200 @@ -4,6 +4,6 @@ # 1 "test2.c" int main() { int foo; - foo = 1000; + foo = 1000 + 1; return 0; }