Release coccinelle-0.2.1-rc1
[bpt/coccinelle.git] / tests / incl.cocci
1 @@
2 @@
3
4 + #include "before.h"
5 #include <linux/...>
6
7 @@
8 @@
9
10 #include <linux/...>
11 + #include "after.h"