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