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