blob: 0079e6c1c29b0b368dcfeb84772c8cc2a2331335 [file] [log] [blame]
! { dg-do compile }
! { dg-options "-fdec-structure" }
!
! Test that structures inside a common block do not require the
! SEQUENCE attribute, as derived types do.
!
common var
structure /s/
integer i
integer j
real r
end structure
record /s/ var
end