3 ! Test the fix for PR77903
5 ! Contributed by Damian Rouson <damian@sourceryinstitute.org>
12 integer module function two()
17 submodule(one_module) one_submodule
20 integer module function one() ! { dg-error "Type mismatch" }
23 integer(8) module function two() ! { dg-error "Type mismatch" }