Release coccinelle-0.1.8
[bpt/coccinelle.git] / tests / addif.cocci
CommitLineData
0708f913
C
1@@
2identifier f;
3@@
4
5+ #ifdef FOO
6+ /* some comment */
7+ int xxx() {
8+ /* a comment by itself */
708f4980 9+ return 12;/* another comment */ }
0708f913
C
10+ #endif
11 int
12 f(...)
13 {
14 ...
15 }