1 ! RUN: %python %S/test_modfile.py %s %flang_fc1
2 ! Ensure proper formatting of component initializers in PDTs;
3 ! they should be unparsed from their parse trees.
7 real(kind
=k
) :: x
= real(0., kind
=k
)
15 !real(int(int(k,kind=4),kind=8))::x=real(0., kind=k)