Release coccinelle-0.1
[bpt/coccinelle.git] / tests / scope_problem.res
1 void main(int i) {
2
3
4
5 if(1) {
6 int a;
7 a = 2;
8 }
9
10
11
12 }