X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=gesamt_ppc%2Fcodea_snafu_00.0;fp=gesamt_ppc%2Fcodea_snafu_00.0;h=3806e12721dc5304728f93d36700d8fe58c0b95e;hb=4efb64bb228c31bf3d1701e0f0ec28f2c05ed451;hp=0000000000000000000000000000000000000000;hpb=70aa500ad5f5643fa386027158bf774a8195f604;p=testub10.git diff --git a/gesamt_ppc/codea_snafu_00.0 b/gesamt_ppc/codea_snafu_00.0 new file mode 100644 index 0000000..3806e12 --- /dev/null +++ b/gesamt_ppc/codea_snafu_00.0 @@ -0,0 +1,11 @@ +method foo(a b c) + return a; +end; + +method bar(a b c) + return b; +end; + +method foobar(a b c) + return c; +end;