Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / decl_space.cocci
CommitLineData
34e49164
C
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;