Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / nest.cocci
1 @@
2 local function proc_info_func;
3 @@
4 proc_info_func(...) {
5 <...
6 - hostno
7 + hostptr->host_no
8 ...>
9 }
10
11
12 @@
13 local function proc_info_func;
14 @@
15 proc_info_func(...) {
16 foo();
17 <...
18 - xxx
19 + hostptr->host_no
20 ...>
21 }