Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / doublepos.c
CommitLineData
34e49164
C
1int main() {
2 f(1,2);
3 f(1,5);
4 f(6,5);
5}
6