Release coccinelle-0.1
[bpt/coccinelle.git] / tests / mult.c
1 // doesn't match
2
3 int main() {
4 xxx(27);
5 goo(27);
6 }