Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / notest.c
1 int main() {
2 struct foo *x;
3 x = FN();
4 if (!x) return;
5 return;
6 }