1! { dg-do compile }
2!
3! PR fortran/51816
4!
5module m
6end module m
7
8use m, only: operator(/) ! { dg-error "Intrinsic operator '/' referenced at .1. not found in module 'm'" }
9end
10