--- test.c.i	2010-05-25 11:50:20.000000000 +0200
+++ /tmp/cocci-output-6159-8a3e07-test.c.i	2010-05-25 11:50:20.000000000 +0200
@@ -11,7 +11,7 @@ int main(void) {
 
 
 
- x = 2;
+ x = 2 + 1;
 
  return x;
 }
--- test2.c.i	2010-05-25 11:50:20.000000000 +0200
+++ /tmp/cocci-output-6174-d107da-test2.c.i	2010-05-25 11:50:20.000000000 +0200
@@ -4,6 +4,6 @@
 # 1 "test2.c"
 int main() {
  int foo;
- foo = 1000;
+ foo = 1000 + 1;
  return 0;
 }
