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