2017-02-20 Paul Thomas <pault@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gfortran.dg / char_length_11.f90
blobe745c123e3adc798717f596ea0bba88523a32fd9
1 ! { dg-do compile }
3 character(len=*), parameter :: s = "foo"
4 write (*,*) adjustr(s(:))
5 end