1 ! RUN: %python %S/test_modfile.py %s %flang_fc1
2 ! Check legacy DEC structures
7 structure /s1a
/ m
, ma(2)
11 structure m2(2), m3
! anonymous
20 common/s1
/ foo
! not a name conflict
21 character*8 s1
! not a name conflict
22 integer t(2) /2*10/ ! DATA-like entity initialization
29 !integer(4)::na(1_8:2_8)=[INTEGER(4)::2_4,3_4]
30 !structure /s1a/m,ma(1_8:2_8)
32 !integer(4)::ja(1_8:2_8)=[INTEGER(4)::5_4,6_4]
34 !structure m2(1_8:2_8),m3
36 !integer(4)::%FILL(1_8:3_8)
37 !integer(4)::ka(1_8:2_8)=[INTEGER(4)::8_4,9_4]
38 !real(4)::%FILL(1_8:2_8)
46 !integer(4)::t(1_8:2_8)