Coccinelle release 1.0.0-rc1
[bpt/coccinelle.git] / tests / sis.cocci
1 @@
2 declarer name DECLARE_MUTEX;
3 declarer name DEFINE_MUTEX;
4 identifier I;
5 //fresh identifier I1;
6 @@
7
8 - DECLARE_MUTEX(I);
9 + DEFINE_MUTEX(I);