(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
lto/
pr47839_1.f90
MODULE PEC_mod
CONTAINS
SUBROUTINE PECapply(Ex)
USE globalvar_mod, ONLY : xstop
real(kind=8), dimension(1:xstop), intent(inout) :: Ex
END SUBROUTINE PECapply
END MODULE PEC_mod