Release coccinelle-0.2.2-rc1
[bpt/coccinelle.git] / tests / minusdots.cocci
index 440c749..ecf6155 100644 (file)
@@ -3,7 +3,8 @@ identifier ptr;
 //statement S;
 @@
 
+// body could be S instead of { ... }
 - if (!ptr) 
 - { 
 - ... 
-- } // could be S instead of { ... }
+- }