Release coccinelle-0.1.9-rc1
[bpt/coccinelle.git] / tests / comment.c
CommitLineData
34e49164
C
1void f(int i) {
2
3
4 x = 1/* comment*/ ;
5 x = /* comment*/1 ;
6}