[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codea_snafu_02.call
diff --git a/gesamt/codea_snafu_02.call b/gesamt/codea_snafu_02.call
new file mode 100644 (file)
index 0000000..a371164
--- /dev/null
@@ -0,0 +1,5 @@
+extern long q(long this, long, long);
+extern long r(long this, long, long);
+extern long s(long this, long, long);
+
+RET((q(0xDEAD, 33, 15) == -10) && (r(0xDEAD, 33, 15) == 8) && (s(0xDEAD, 33, 15) == -26));