ppc: 'neue' testfaelle angepasst
[testub10.git] / gesamt / intelli_02.call
1 extern int m(int);
2
3 int t = m(-50);
4
5 //printf("%d\n", t);
6
7 RET(t == 67550);