codeb: testfaelle aus codea
[testub10.git] / codeb / codea_snafu_00.call
diff --git a/codeb/codea_snafu_00.call b/codeb/codea_snafu_00.call
new file mode 100644 (file)
index 0000000..000b197
--- /dev/null
@@ -0,0 +1,5 @@
+extern long foo(long this, long, long, long);
+extern long bar(long this, long, long, long);
+extern long foobar(long this, long, long, long);
+
+RET( (foo(0xDEAD, 3, 4, 5) == 3) && (bar(0xDEAD, 3, 4, 5) == 4) && (foobar(0xDEAD, 3, 4, 5) == 5));