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