interface_abstract_3.f90
来自「用于进行gcc测试」· F90 代码 · 共 12 行
F90
12 行
! { dg-do compile }! test for C1204 of Fortran 2003 standard:! module procedure not allowed in abstract interfacemodule m abstract interface module procedure p ! { dg-error "must be in a generic module interface" } end interfacecontains subroutine p() end subroutineend module m
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?