aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/use_19.f90
blob: 83ef713ce5fcd51a77af31639130c52c367d1bf6 (plain)
1
2
3
4
5
6
7
8
9
! { 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