📄 module_parameter_array_refs_1.f90
字号:
! { dg-do compile }! Tests the fix for 26074, in which the array reference below would! be determined not to be constant within modules.!! Contributed by Jonathan Dursi <ljdursi@cita.utoronto.ca>!module foo integer, parameter :: len = 5 integer :: arr(max(len,1))end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -