URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gfortran.fortran-torture/] [compile/] [dummyfn.f90] - Rev 303
Compare with Previous | Blame | View Log
! Program to test array valued dummy functionsSUBROUTINE dummyfn(deriv)implicit noneINTERFACEFUNCTION deriv()REAL :: deriv(4)END FUNCTION derivEND INTERFACEREAL :: dx(4)dx = deriv()END SUBROUTINE
