blob: 967a0dcd8b37d63b08d94a7ce1c2048184fa809b [file] [log] [blame]
! RUN: %S/test_errors.sh %s %t %f18
module m1
end
subroutine sub
end
use m1
!ERROR: Error reading module file for module 'm2'
use m2
!ERROR: 'sub' is not a module
use sub
end