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