blob: 1a01024bc110c1fc4b24de46cc6d8a8dd5ec398c [file] [log] [blame]
! { dg-do compile }
! Tests fix for PR24223 - ICE on equivalence statement.
!
module FLAGS
character(len=5) :: Encodings
character :: at, dev
equivalence ( encodings(1:1),at ), ( encodings(2:2),dev)
end module FLAGS