Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / addaft.res
CommitLineData
951c7801
C
1int main () {
2 foo();
3 bar();
4 foo();
5 bar();
6 foo();
7 bar();
8}