Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / decl_space.cocci
1 @@
2 type T;
3 @@
4
5 - T *x = y;
6 + T *x = g;
7
8 @@
9 type T;
10 @@
11
12 - T x = y;
13 + T x = g;