Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / free_ver5.c
1 int main () {
2 #ifdef FOO
3 free(foo);
4 #else
5 x = foo->x;
6 #endif
7 }