X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=testub10.git;a=blobdiff_plain;f=codea%2Flewurm_11.call;h=08c981d46924916a9c37c97a42b694827fb3c42d;hp=8a6475f76c1df968b89217fbb0b099e88247a695;hb=702ec321eb693644d24ff65c876c65833912f0e2;hpb=1816cfc8c37854e0c2f1c95052e3d96a72e534f1 diff --git a/codea/lewurm_11.call b/codea/lewurm_11.call index 8a6475f..08c981d 100644 --- a/codea/lewurm_11.call +++ b/codea/lewurm_11.call @@ -1,3 +1,6 @@ -long w(long); -static long s[] = {5,1,1337}; -RET(w(0xcafebabe) == 1337); +long wfoo(long); +static long s[3]; +s[0] = 5; +s[1] = 1; +s[2] = 1337; +RET(wfoo(0xcafebabe) == 1337);