Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / ret.cocci
1 @@
2 expression E;
3 identifier x;
4 @@
5
6 f(...) {
7 + spin_lock();
8 ...
9 + spin_unlock();
10 }