Release coccinelle-0.2.0
[bpt/coccinelle.git] / tests / jloop1.cocci
CommitLineData
34e49164
C
1@@ @@
2 // TODO: Marche pas
3 void cpu_idle(...) {
4 <...
5- int idle = pm_idle;
6 <...
7- idle();
8+ nkidle();
9 ...>
10 ...>
11 }