Added logic to properly initilize SCons to use gfortran if tool gfortran is loaded...
[scons.git] / test / Fortran / fixture / gfortran_shared.f
blob6efd8ffeb4f0da54478698852f377af61e69ec45
1 SUBROUTINE gfortran_shared
2 WRITE(*,*) "Hi from subroutine gfortran_shared!"
3 END SUBROUTINE gfortran_shared