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