Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / tests / addaft.res
1 int main () {
2 foo();
3 bar();
4 foo();
5 bar();
6 foo();
7 bar();
8 }