Release coccinelle-0.1
[bpt/coccinelle.git] / demos / manual / get_put_ver1.c
1 void main(int i)
2 {
3
4 get();
5 if(1) {
6 put();
7 return 0;
8 }
9 put();
10 }