Release coccinelle-0.2.0
[bpt/coccinelle.git] / demos / regexp2.cocci
diff --git a/demos/regexp2.cocci b/demos/regexp2.cocci
new file mode 100644 (file)
index 0000000..3a2325c
--- /dev/null
@@ -0,0 +1,6 @@
+@@
+identifier SPAM ~= "\(WINE_\)?\(ERR\|FIXME\|WARN\)";
+@@
+
+-SPAM
++bar
\ No newline at end of file