named_interface.f90

来自「linux下编程用 编译软件」· F90 代码 · 共 10 行

F90
10
字号
! { dg-do compile }! PR 20363module snafu  interface foo    subroutine really_snafu (foo)              integer, intent (inout)  :: foo    end subroutine really_snafu  end interface fooend module snafu

⌨️ 快捷键说明

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