Coccinelle release 0.2.5-rc3
[bpt/coccinelle.git] / tests / exp.c
1 int main(int i) {
2
3 int k = foo();
4
5 if(1) {
6 foo();
7 } else {
8 foo();
9 }
10
11 foo();
12
13
14 }