From: Martin Perner Date: Wed, 9 Jun 2010 19:11:46 +0000 (+0200) Subject: [codeb] Instr update + forgotten testcase X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=commitdiff_plain;h=b24a5c61e26c39ab36c01e81e8f2f8ba397601cc [codeb] Instr update + forgotten testcase --- diff --git a/codeb/skinner33_06.0 b/codeb/skinner33_06.0 new file mode 100644 index 0000000..b1ec0ff --- /dev/null +++ b/codeb/skinner33_06.0 @@ -0,0 +1,6 @@ +struct a end; + +method f() + this.a := this.a; + return this.a; +end; diff --git a/codeb/skinner33_06.call b/codeb/skinner33_06.call new file mode 100644 index 0000000..3d18bad --- /dev/null +++ b/codeb/skinner33_06.call @@ -0,0 +1,6 @@ + +long f(long*); + +long a[] = {1}; + +RET(f(a) == 1); diff --git a/codeb/skinner33_06.instr b/codeb/skinner33_06.instr new file mode 100644 index 0000000..0cfbf08 --- /dev/null +++ b/codeb/skinner33_06.instr @@ -0,0 +1 @@ +2 diff --git a/codeb/snafu_01.instr b/codeb/snafu_01.instr index f599e28..48082f7 100644 --- a/codeb/snafu_01.instr +++ b/codeb/snafu_01.instr @@ -1 +1 @@ -10 +12