📄 use_allocated_1.f90
字号:
! { dg-do run }! PR17678! We were incorrectly setting use-associated variables to unallocated! on procedure entry.module foo integer, dimension(:), allocatable :: barend moduleprogram main use foo allocate (bar(10)) call initend program mainsubroutine init use foo if (.not.allocated(bar)) call abortend subroutine init
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -