coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / notest.res
1 int main() {
2 struct foo *x;
3 x = FN();
4 if (12) return;
5 return;
6 }