sibling_dummy_procedure_3.f90

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

F90
21
字号
! { dg-do compile }! This checks the fix for PR 26064!! Contributed by Sven Buijssen <sven.buijssen@math.uni-dortmund.de>module ice  implicit none  contains    subroutine foo()    contains      subroutine bar(baz)        integer, optional :: baz        if (present(baz)) then        endif      end subroutine bar    end subroutine fooend module! { dg-final { cleanup-modules "ice" } }

⌨️ 快捷键说明

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