📄 namelist_2.f90
字号:
! { dg-do compile }! Check that variable with intent(in) cannot be a member of a namelistsubroutine namelist_2(x) integer,intent(in) :: x namelist /n/ x read(*,n) ! { dg-error "is INTENT" "" }end subroutine namelist_2
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -