use_9.f90

来自「用于进行gcc测试」· F90 代码 · 共 17 行

F90
17
字号
! { dg-do compile }module test  interface operator(.bar.)     module procedure func  end interfacecontainsfunction func(a)  integer,intent(in) :: a  integer :: funct  func = a+1end functionend module testuse test, only: operator(.func.) ! { dg-error "not found in module 'test'" }end! { dg-final { cleanup-modules "test" } }

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?