[gesamt] Added ag/codea/codeb testcases
[testub10.git] / gesamt / codea_snafu_01.call
diff --git a/gesamt/codea_snafu_01.call b/gesamt/codea_snafu_01.call
new file mode 100644 (file)
index 0000000..06d5289
--- /dev/null
@@ -0,0 +1,5 @@
+extern long a(long this);
+extern long b(long this, long x);
+extern long c(long this, long x);
+
+RET( (a(0xDEAD) == 2) && (b(0xDEAD, 23) == -18) && (c(0xDEAD, 23) == 20));