Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / tests / incl.res
CommitLineData
34e49164
C
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