named_interface.f90

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

F90
12
字号
! { 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! { dg-final { cleanup-modules "snafu" } }

⌨️ 快捷键说明

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