📄 parens_4.f90
字号:
! { 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -