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