4a516a5a23ee5ef8f809fd922c85eb2f88d41312
[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 }