Release coccinelle-0.1
[bpt/coccinelle.git] / tests / td.cocci
1 @@
2 type T;
3 @@
4
5 T {
6 - int a;
7 + int b;
8 };