X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=codeb%2Fskinner33_03.call;fp=codeb%2Fskinner33_03.call;h=812e15deb69ff2000c13882398437c0cfd36bdc0;hp=030c006dfa1acffa151b7ac6d2d036cdc4b91c5d;hb=b69df8b7819d52f5f432fed67fc5a317d2c19d7f;hpb=4388e9ccbd9a1667d569485ed868e599e4513457 diff --git a/codeb/skinner33_03.call b/codeb/skinner33_03.call index 030c006..812e15d 100644 --- a/codeb/skinner33_03.call +++ b/codeb/skinner33_03.call @@ -1,6 +1,6 @@ long foo(long*, long); -long bar(long, long); +long bar(long, long, long); long bla(long*); long blub(long*); long miau(long*, long); @@ -8,5 +8,6 @@ long null(long*, long); long muh[] = {4}, kuh[] = {0}; -RET(foo(muh,5) == 1 && foo(muh, 2) == -2 && foo(muh,0) == -4 && bar(3,5) == 1&& bar(5,5) == 2 && bar(4,0) == 4 && bla(muh) == 1 && bla(kuh) == 2 && blub(muh) == 1 && blub(kuh) == 2 && miau(muh, 3) == 2 && miau(muh,4) == 1 && null(muh,3) == 2 && null(muh,4) == 4 ); + +RET(foo(muh,5) == 1 && foo(muh, 2) == -2 && foo(muh,0) == -4 && bar(5,5,2) == 1&& bar(3,5,2) == 2 && bar(3,3, 0) == 4 && bla(muh) == 1 && bla(kuh) == 2 && blub(muh) == 1 && blub(kuh) == 2 && miau(muh, 3) == 2 && miau(muh,4) == 1 && null(muh,3) == 2 && null(muh,4) == 4 );