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