Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / type.cocci
1 @@
2 type T;
3 @@
4
5 foo(...) {
6 <...
7 - T x;
8 + T *x;
9 ...>
10 }
11