Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / comment.c
1 void f(int i) {
2
3
4 x = 1/* comment*/ ;
5 x = /* comment*/1 ;
6 }