program_name_1.f90
来自「用于进行gcc测试」· F90 代码 · 共 12 行
F90
12 行
! { dg-do compile }! Tests the fix for PR28762 in which the program name would cause! the compiler to test the write statement as a variable thereby generating! an "Expecting VARIABLE" error.!! Contributed by David Ham <David@ham.dropbear.id.au>!program write integer :: debuglevel = 1 if (0 < debuglevel) write (*,*) "Hello World"end program write
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?