codeb: testfaelle aus codea
[testub10.git] / codeb / codea_mrstrcmp_06.call
1 long f(long *, long *);
2
3 long v[] = { 0xAA, 0xBB, 0xCC, 0xDD, 0xEE, 0xFF };
4
5 RET(f(NULL, v) == v[1]);
6