Plugins: Add label-text.h to CPPLIB_H so it will be installed [PR115288]
[official-gcc.git] / gcc / testsuite / gfortran.dg / deferred_character_33a.f90
blobdb117cc0b3817f8c23e530ee1d1501ea83efb8ab
1 ! { dg-do compile }
2 subroutine convrs(quanty,fromto)
3 implicit none
5 character(*), intent(in) :: quanty,fromto
7 if (len(fromto) /= 2) stop 1
8 if (fromto /= 'OK') stop 2
9 end subroutine