Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / pb_distribute_type.cocci
CommitLineData
34e49164
C
1@@
2type T;
3@@
4
5 foo(...) {
6- T x;
7+ T *x;
8 ...
9 }
10