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