X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=gesamt_ppc%2Fcodeb_abgabe_bi.call;fp=gesamt_ppc%2Fcodeb_abgabe_bi.call;h=6c129e1eb70e745d2933e22d36fa021d50d81990;hb=631a92314abaefe6e0d275647ed815a3fb34fd81;hp=0000000000000000000000000000000000000000;hpb=89b2d6e5e8c24415bcd51a6b3a5687880e86d164;p=testub10.git diff --git a/gesamt_ppc/codeb_abgabe_bi.call b/gesamt_ppc/codeb_abgabe_bi.call new file mode 100644 index 0000000..6c129e1 --- /dev/null +++ b/gesamt_ppc/codeb_abgabe_bi.call @@ -0,0 +1,9 @@ +typedef struct foo {long a; long b; long c;} foo; +extern foo *m(foo *, long); +foo s1={29,37,41}; +foo s2={6,28,216}; + +RET((&s1)==m(&s1,25) && (&s2)==m(&s2,0) && + s1.a==36 && s1.b==23 && s1.c==94 && + s2.a==17 && s2.b==11 && s2.c==46); +