11 lines · plain
1! RUN: %python %S/test_modfile.py %s %flang_fc12! Named constant array with non-default lower bound3module m4 real, parameter :: x(0:0) = [0.]5end6 7!Expect: m.mod8!module m9!real(4),parameter::x(0_8:0_8)=[REAL(4)::0._4]10!end11 1! RUN: %python %S/test_modfile.py %s %flang_fc12! Named constant array with non-default lower bound3module m4 real, parameter :: x(0:0) = [0.]5end6 7!Expect: m.mod8!module m9!real(4),parameter::x(0_8:0_8)=[REAL(4)::0._4]10!end11