Release coccinelle-0.1
[bpt/coccinelle.git] / tests / incl.c
1 #include <linux/foo.h>
2 #include <asm/semaphore.h>
3 #include <linux/foo2.h>
4 #ifdef FOO
5 #include <linux/bar.h>
6 #endif FOO