[InstCombine] Check nowrap flags when folding comparison of GEPs with the same base...
[llvm-project.git] / flang / test / Semantics / Inputs / modfile09-c.f90
blob3edb997f5679f3c38b28f5295f15561c5eaaf765
1 submodule(m:s1) s2
2 integer s2_x
3 end
5 !Expect: m-s2.mod
6 !submodule(m:s1) s2
7 !integer(4)::s2_x
8 !end