proc_decl_6.f90
来自「用于进行gcc测试」· F90 代码 · 共 18 行
F90
18 行
! { dg-do compile }! PR fortran/33945!! MODULE PROCEDURE in the interface was wrongly acceptedmodule modproc2 implicit none interface subroutine x end subroutine x end interface procedure(x) :: y interface bar module procedure y ! { dg-error "not a module procedure" } end interface barend module modproc2end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?