Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / demos / spp / test
1 --- test.c.i 2009-05-18 14:00:32.000000000 +0200
2 +++ /tmp/cocci-output-25285-b49c53-test.c.i 2009-05-18 14:00:33.000000000 +0200
3 @@ -11,7 +11,7 @@ int main(void) {
4
5
6
7 - x = 2;
8 + x = 2 + 1;
9
10 return x;
11 }
12 --- test2.c.i 2009-05-18 14:00:33.000000000 +0200
13 +++ /tmp/cocci-output-25300-b31556-test2.c.i 2009-05-18 14:00:33.000000000 +0200
14 @@ -4,6 +4,6 @@
15 # 1 "test2.c"
16 int main() {
17 int foo;
18 - foo = 1000;
19 + foo = 1000 + 1;
20 return 0;
21 }