blob: ed5b903ca26b8dd88ccbf10348827c54758903e9 [file] [log] [blame]
! { dg-do compile }
! { dg-options "-Wall -fmodule-private" }
module bar
integer :: i ! { dg-warning "Unused PRIVATE" }
end module bar