?? 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 + -