Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / line_before_last.c
1 int main () {
2 foo();
3 xxx();
4
5 }
6
7 int main () {
8 xxx();
9 foo();
10
11 }
12
13 int main () {
14 xxx();
15
16 foo();
17 }