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