der_pointer_4.f90
来自「linux下编程用 编译软件」· F90 代码 · 共 12 行
F90
12 行
! {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 + =
减小字号Ctrl + -
显示快捷键?