OpenBLAS/ftest.f

7 lines
91 B
FortranFixed
Raw Normal View History

double complex function zhoge()
zhoge = (0.0d0,0.0d0)
return
end