parens_5.f90
来自「用于进行gcc测试」· F90 代码 · 共 22 行
F90
22 行
! { dg-do run }! Another case of fallout from the original patch for PR14771! Testcase by Erik Zeekmodule paracontains function bobo(n) integer, intent(in) :: n character(len=(n)) :: bobo ! Used to fail here bobo = "1234567890" end function boboend module paraprogram test use para implicit none character*5 c c = bobo(5) if (c .ne. "12345") call abortend program test! { dg-final { cleanup-modules "para" } }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?