Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / tern.res
diff --git a/tests/tern.res b/tests/tern.res
new file mode 100644 (file)
index 0000000..beffd7c
--- /dev/null
@@ -0,0 +1,4 @@
+int main () {
+       return wc >= 0 && wc <= 0x7f ? wc : 0x7f;
+}
+