namelist_30.f90
来自「用于进行gcc测试」· F90 代码 · 共 20 行
F90
20 行
! { dg-do compile }!! PR fortran/32710 - ICE: namelist and subroutine with the same name!! Contributed by Janus Weil <jaydub66 AT gmail DOT com>!program xcontains subroutine readInput integer:: a NAMELIST /foo/ a read(5,nml=foo) end subroutine readInput subroutine foo() end subroutineend program
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?