PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr77942.f90
blob7d46afbd41c70532b547c5a7514e9fe9997c0ba7
1 ! { dg-do compile }
2 program p
3 character, parameter :: c(2) = 'a'
4 print *, cshift(c(2:1), 1)
5 end