File ffcall/callback/tests.output/rs6000-ibm-aix4.2.0.0-gcc from the latest check-in


Float f(Float,float,double):({0.1},0.2,0.3)->{0.6}
Float f(Float,float,double):({-1.69679e+29},0.1,0.2)->{-1.69679e+29}
Double f(float,Double,double):(0.1,{0.2},0.3)->{0.6}
Double f(float,Double,double):(0.1,{1.50141e-154},0.2)->{0.3}
T f(T,char,T):({"the"},' ',{"fox"})->{"box"}
T f(T,char,T):({"he"},' ',{"oxo"})->{"bxo"}
X f(B,char,double,B):({0.1,{1,2,3}},'',0.3,{0.2,{5,4,3}})->{"return val",''}
X f(B,char,double,B):({-2.35344e-185,{2,3,0}},'	',0.3,{1.061e-313,{3,0,0}})->{"return val",'	'}