2010-12-20 Tobias Burnus <burnus@net-b.de>
[official-gcc.git] / gcc / testsuite / gfortran.dg / named_interface.f90
blob29cfae882758a1b05c4cf5a02e6c7c71fcc1d3de
1 ! { dg-do compile }
2 ! PR 20363
3 module snafu
4 interface foo
5 subroutine really_snafu (foo)
6 integer, intent (inout) :: foo
7 end subroutine really_snafu
8 end interface foo
9 end module snafu
11 ! { dg-final { cleanup-modules "snafu" } }