gesamt: keine auswertungsreihenfolge ftw, seiteneffekte ade
[testub10.git] / codea / mrstrcmp_01.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