Release coccinelle-0.1
[bpt/coccinelle.git] / tests / pb_distribute_type3.cocci
1 @@
2 type T;
3 //fresh identifier y;
4 @@
5
6 foo(...) {
7 T
8 + y,
9 x;
10 ...
11 }
12