substr_1.f90

来自「Mac OS X 10.4.9 for x86 Source Code gcc」· F90 代码 · 共 14 行

F90
14
字号
! { dg-do compile }! we used to save the wrong components of a gfc_expr describing a! substring of a constant string.  This yielded a segfault on! translating the expressions read from the module.module m  character (*), parameter :: a = "AABBCC"(1:4)end module muse mcharacter(4) :: bb = aend

⌨️ 快捷键说明

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