3 ! Test the fix for PR78331.
5 ! Reported on https://groups.google.com/forum/#!topic/comp.lang.fortran/NFCF9brKksg
10 SUBMODULE (MainModule) MySub1
12 INTEGER, PARAMETER :: a = 17
19 ! { dg-error "does not contain a MODULE PROCEDURE" "" { target "*-*-*" } 0 }
20 ! { dg-prune-output "compilation terminated" }