Release coccinelle-0.2.3rc1
[bpt/coccinelle.git] / tests / double_lines.c
1 int main () {
2 test();
3 foo();
4 foo();
5 foo();
6 endtest();
7 }