(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
use_19.f90
! { dg-do compile }
!
! PR fortran/51816
!
module m
end module m

use m, only: operator(/) ! { dg-error "Intrinsic operator '/' referenced at .1. not found in module 'm'" }
end