📄 module_commons_1.f90
字号:
! { dg-do run }! This program tests that use associated common blocks work.!! provided by Paul Thomas - pault@gcc.gnu.org!module m1 common /x/ aend module m1module m2 common /x/ aend module m2subroutine foo () use m2 if (a.ne.99.0) call abort ()end subroutine fooprogram collision use m1 use m2, only: b=>a b = 99.0 call foo ()end program collision
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -