Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / ty1.cocci
CommitLineData
34e49164
C
1@@
2type T;
3identifier fn;
4@@
5
6 fn(...) {
7 T x;
8- foo(int,T);
9 }