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