Fixed error in bench script
[testub10.git] / codea / lewurm_11.call
1 long w(long);
2 static long s[] = {5,1,1337};
3 printf("addr of s: %0p\n", s);
4 RET(w(0xcafebabe) == 1337);