Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / tests / ifdef6.cocci
CommitLineData
34e49164
C
1@ Exemple6@ @@
2
3 #include <asm/memory.h>
4
5+ #ifdef CONFIG_NKERNEL
6+ #define foo(x) f(x)
7+ #endif