coccinelle release 1.0.0-rc2
[bpt/coccinelle.git] / tests / scope_problem.cocci
CommitLineData
34e49164
C
1@@
2identifier a;
3expression E;
4@@
5
6- int a;
7 ...
8- foo(a);
9 <...
10- a = E;
11 ...>