📄 common_1.f90
字号:
! { dg-do compile }! tests various allowed variants of the common statement! inspired by PR 18869! blank common block common x common y, z common // xx! one named common block on a line common /a/ e ! appending to a common block common /a/ g! several named common blocks on a line common /foo/ a, /bar/ b ! note 'a' is also the name of the ! above common block common /baz/ c /foobar/ d, /bazbar/ f end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -