generic_1.f90

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

F90
22
字号
! { dg-do compile }! reduced testcase from PR 17535module FOO  interface BAR    subroutine BAR1(X)      integer :: X    end subroutine    subroutine BAR2(X)      real :: X    end subroutine  end interfaceend modulesubroutine BAZ(X)  use FOOend subroutine! { dg-final { cleanup-modules "FOO" } }

⌨️ 快捷键说明

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