From 06caab1cbd61a227bde379944c6f488dfbb55406 Mon Sep 17 00:00:00 2001 From: Snafu Date: Sun, 2 May 2010 23:24:47 +0200 Subject: [PATCH] Ein komplizierterer Testfall. --- codea/snafu_03.0 | 3 +++ codea/snafu_03.call | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 codea/snafu_03.0 create mode 100644 codea/snafu_03.call diff --git a/codea/snafu_03.0 b/codea/snafu_03.0 new file mode 100644 index 0000000..8dbf0d9 --- /dev/null +++ b/codea/snafu_03.0 @@ -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 index 0000000..b39ff85 --- /dev/null +++ b/codea/snafu_03.call @@ -0,0 +1,3 @@ +long Long(long this, long, long, long, long, long); + +RET( Long(0xDEAD, 23, 66, 1024, 9999999, 65535) == 9935366 ); -- 2.25.1