aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/named_interface.f90
blob: 90fea809fb0c984d57d48ad52fdde3247271e341 (plain)
1
2
3
4
5
6
7
8
9
! { 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