Remove old autovect-branch by moving to "dead" directory.
[official-gcc.git] / old-autovect-branch / gcc / testsuite / gfortran.fortran-torture / compile / strparm_1.f90
blob9625b10fed26afc726093ddb482750ed706080cb
1 ! Check known length string parameters
2 subroutine test (s)
3 character(len=80) :: s
5 s = "Hello World"
6 end subroutine