X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=gesamt%2Fcodeb_intelli_14.call;fp=gesamt%2Fcodeb_intelli_14.call;h=d3fedd837b5215a191990a40bb77f718c5cf6be7;hp=0000000000000000000000000000000000000000;hb=029401d51612c5e69d7ac8603e1b69cd7ed6ef96;hpb=bf19094ac2573112418701ba4c6abf5779e3a9f7 diff --git a/gesamt/codeb_intelli_14.call b/gesamt/codeb_intelli_14.call new file mode 100644 index 0000000..d3fedd8 --- /dev/null +++ b/gesamt/codeb_intelli_14.call @@ -0,0 +1,7 @@ +extern long long m(long long *this, long long s); + +long long ar[] = { 1, 2, 3, 4}; +long long ar2[] = { -7, 4711, 3, 4}; + +RET(m(ar, 3) == 60 && ar[0] == 10 && ar[1] == 20 && ar[2] == 30 && ar[3] == 4 +&& m(ar2, 2) == 745 && ar2[0] == -70 && ar2[1] == 815 && ar2[2] == 3);