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