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