📄 der_pointer_1.f90
字号:
! { dg-do compile }! PR13010! Arrays of self-referential pointersmodule test type list_t type(list_t), pointer :: next end type list_t type listptr_t type(list_t), pointer :: this end type listptr_t type x_t type(listptr_t), pointer :: arr(:) end type x_t type(x_t), pointer :: xend module test
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -