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