Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / befS.c
1 int main () {
2 xxx();
3 if(y) {
4 rrr();
5 }
6 }
7
8
9 int d() {}
10
11 int main2 () {
12 yyy();
13 xxx();
14 }