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