rt_gccstream/gcc/testsuite/gfortran.fortran-torture/compile/implicit_2.f90

7 lines
178 B
Fortran

! PR 13372 -- we incorrectly added a symbol for p, which broke implicit typing
module t
implicit none
integer, parameter :: F = selected_real_kind(P = 6, R = 37)
end module t