Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / doublepos.c
1 int main() {
2 f(1,2);
3 f(1,5);
4 f(6,5);
5 }
6