Release coccinelle-0.1.6
[bpt/coccinelle.git] / tests / addif1.cocci
1 @@
2 identifier f;
3 @@
4
5 + #ifdef FOO
6 + int xxx() {
7 + return 12; }
8 + #endif
9 int
10 f(...)
11 {
12 ...
13 }