Release coccinelle-0.1.1
[bpt/coccinelle.git] / tests / include.res
1
2 #include <stdio.h>
3 #include <stdio2.h>
4
5
6 void main(int i) {
7 i++;
8 }