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