e3d8383bd6043896be3215b07863a40c121357e4
[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);