Release coccinelle-0.1
[bpt/coccinelle.git] / tests / scope_problem.cocci
1 @@
2 identifier a;
3 expression E;
4 @@
5
6 - int a;
7 ...
8 - foo(a);
9 <...
10 - a = E;
11 ...>