rt_gccstream/gcc/testsuite/gfortran.fortran-torture/compile/strparm_1.f90

7 lines
122 B
Fortran

! Check known length string parameters
subroutine test (s)
character(len=80) :: s
s = "Hello World"
end subroutine