1 2 3 4 5 6 7 8 9 10 11
! { 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 ! { dg-final { cleanup-modules "snafu" } }