blob: cbeb875e36b3eabc376fd14ff482549740b64807 [file] [log] [blame]
! { dg-do assemble }
module n
private u
contains
subroutine u
end subroutine u
end module n
module m
private :: u
contains
subroutine u
end subroutine u
end module m