PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / use_19.f90
blob83ef713ce5fcd51a77af31639130c52c367d1bf6
1 ! { dg-do compile }
3 ! PR fortran/51816
5 module m
6 end module m
8 use m, only: operator(/) ! { dg-error "Intrinsic operator '/' referenced at .1. not found in module 'm'" }
9 end