Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / parsing_pad.cocci
1 @@
2 identifier x;
3 @@
4
5 //- void* x;
6 //+ int* x;
7 - void*
8 + int*