codeb: testfaelle aus codea
[testub10.git] / codeb / codea_snafu_01.call
1 extern long a(long this);
2 extern long b(long this, long x);
3 extern long c(long this, long x);
4
5 RET( (a(0xDEAD) == 2) && (b(0xDEAD, 23) == -18) && (c(0xDEAD, 23) == 20));