der_pointer_1.f90
来自「用于进行gcc测试」· F90 代码 · 共 21 行
F90
21 行
! { 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! { dg-final { cleanup-modules "test" } }
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?