1569e7566d23e52266f3a525f9ea1c733aa608a8
[bpt/coccinelle.git] / tests / befS.res
1 int main () {
2 foo();
3 xxx();
4 foo();
5 if(y) {
6 foo();
7 {
8 foo();
9 rrr();
10 }
11 }
12 }
13
14
15 int d() {}
16
17 int main2 () {
18 foo();
19 yyy();
20 foo();
21 xxx();
22 }