Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gfortran.dg/use_19.f90

10 lines
177 B
Fortran

! { 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