Release coccinelle-0.1.9-rc1
[bpt/coccinelle.git] / tests / tydisj.c
diff --git a/tests/tydisj.c b/tests/tydisj.c
new file mode 100644 (file)
index 0000000..3178b22
--- /dev/null
@@ -0,0 +1,2 @@
+int64_t foo() { int64_t a; int i; return i << 20; }
+