Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / ifdef6a.cocci
CommitLineData
0708f913
C
1@ Exemple6@ @@
2
3+ #ifdef CONFIG_NKERNEL
4+ #define foo(x) f(x)
5+ #endif
6
7 #include <asm/memory.h>