Release coccinelle-0.1
[bpt/coccinelle.git] / tests / ifdef6.cocci
1 @ Exemple6@ @@
2
3 #include <asm/memory.h>
4
5 + #ifdef CONFIG_NKERNEL
6 + #define foo(x) f(x)
7 + #endif