global_references_2.f90
来自「linux下编程用 编译软件」· F90 代码 · 共 10 行
F90
10 行
! { dg-do compile }! This program tests the patch for PR25964. This is a! regression that would not allow a common block and a statement! to share the same name.!! Contributed by Paul Thomas <pault@gcc.gnu.org> common /foo/ a, b, c foo (x) = x + 1.0 print *, foo (0.0) end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?