Ein komplizierterer Testfall.
authorSnafu <stuff@c-gabriel.at>
Sun, 2 May 2010 21:24:47 +0000 (23:24 +0200)
committerSnafu <stuff@c-gabriel.at>
Sun, 2 May 2010 21:24:47 +0000 (23:24 +0200)
codea/snafu_03.0 [new file with mode: 0644]
codea/snafu_03.call [new file with mode: 0644]

diff --git a/codea/snafu_03.0 b/codea/snafu_03.0
new file mode 100644 (file)
index 0000000..8dbf0d9
--- /dev/null
@@ -0,0 +1,3 @@
+method Long(a b c d e)
+       return (a - (e - 20)) - (b - (c - (99 - d)));
+end;
diff --git a/codea/snafu_03.call b/codea/snafu_03.call
new file mode 100644 (file)
index 0000000..b39ff85
--- /dev/null
@@ -0,0 +1,3 @@
+long Long(long this, long, long, long, long, long);
+
+RET( Long(0xDEAD, 23, 66, 1024, 9999999, 65535) == 9935366 );