Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gfortran.fortran-torture / compile / implicit_2.f90
blobc5b8456c8425f364efeab64fe42f9fcb28723f83
1 ! PR 13372 -- we incorrectly added a symbol for p, which broke implicit typing
2 module t
3 implicit none
4 integer, parameter :: F = selected_real_kind(P = 6, R = 37)
5 end module t