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