Retro68/gcc/gcc/testsuite/gfortran.dg/named_interface.f90
2014-09-21 19:33:12 +02:00

10 lines
209 B
Fortran

! { dg-do compile }
! PR 20363
module snafu
interface foo
subroutine really_snafu (foo)
integer, intent (inout) :: foo
end subroutine really_snafu
end interface foo
end module snafu