codeb: testfaelle aus codea
[testub10.git] / codeb / codea_skinner33_00.call
1 long w(long);
2 long x(long);
3 long y(long);
4
5 RET(w(6)==0 && x(4)==1 && y(8)==0 && w(5) == 0 && x(3) == 1 && y(7) == 0 && w(0) == 1 && x(0) == 0 && y(0) == 1);