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