Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / badfree.c
1 int main() {
2 free(x);
3 if (a) {
4 foo(a,x,b);
5 }
6 }