aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.fortran-torture/compile/implicit_2.f90
blob: c5b8456c8425f364efeab64fe42f9fcb28723f83 (plain)
1
2
3
4
5
6
! 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