Release coccinelle-0.2.3rc6
[bpt/coccinelle.git] / tests / ifbr.res
1 int main () {
2 if (x)
3 return;
4 }