parens_4.f90

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

F90
13
字号
! { dg-do compile }! Fallout from the patch for PR 14771! Testcase by Erik Zeekprogram test    call bob(5)contains    subroutine bob(n)        integer, intent(in) :: n        character(len=n) :: temp1        character(len=(n)) :: temp2 ! Fails here    end subroutine bobend program test

⌨️ 快捷键说明

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