X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=gesamt_ppc%2Fcodeb_intelli_03.call;fp=gesamt_ppc%2Fcodeb_intelli_03.call;h=a9c4795046a223a9b72ef53f0cc055236c7b9d56;hb=4efb64bb228c31bf3d1701e0f0ec28f2c05ed451;hp=0000000000000000000000000000000000000000;hpb=70aa500ad5f5643fa386027158bf774a8195f604;p=testub10.git diff --git a/gesamt_ppc/codeb_intelli_03.call b/gesamt_ppc/codeb_intelli_03.call new file mode 100644 index 0000000..a9c4795 --- /dev/null +++ b/gesamt_ppc/codeb_intelli_03.call @@ -0,0 +1,6 @@ +extern long a(long long *this); +extern long b(long long this, long long *a); + +long long ar[3] = { 2, 4, 8 }; + +RET(a(ar) == -4711 && b(0xDEAD, ar) == 16);