namelist_25.f90

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

F90
19
字号
! { dg-do compile }! Tests patch for PR29407, in which the declaration of 'my' as! a local variable was ignored, so that the procedure and namelist! attributes for 'my' clashed..!! Contributed by Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>!program main  implicit nonecontains  subroutine my  end subroutine my  subroutine bar    integer :: my    namelist /ops/ my  end subroutine barend program main

⌨️ 快捷键说明

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