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