📄 der_pointer_4.f90
字号:
! {dg-do compile }! PR 24426! Pointer-components of derived type with initialized componentsmodule crash implicit none type foo integer :: i = 0 type (foo), pointer :: next end type foo type (foo), save :: barend module crash
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -