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