📄 elemental_pointer_1.f90
字号:
! { dg-do compile }! Tests the fix for pr20875.! Note 12.7.1 "For a function, the result shall be scalar and shall not have the POINTER attribute."MODULE TestCONTAINS ELEMENTAL FUNCTION LL(I) INTEGER, INTENT(IN) :: I INTEGER :: LL POINTER :: LL ! { dg-error " POINTER attribute conflicts with ELEMENTAL attribute" } END FUNCTION LLEND MODULE Test
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -