2 ! Test the fix for PR79447, in which the END PROCEDURE statement
3 ! for MODULE PROCEDURE foo was not accepted.
5 ! Contributed by Damian Rouson <damian@sourceryinstitute.org>
10 module subroutine foo()
13 end module foo_interface
15 submodule(foo_interface) foo_implementation
19 module subroutine bar()
22 !end subroutine ! gfortran accepted this invalid workaround