Sign in
llvm
/
llvm-project
/
74cbd71072de4f20c5cb9852dc4cf96ac7a4b5a4
/
.
/
flang
/
test
/
Semantics
/
resolve12.f90
blob: aa9dbd7f00603d909454aa7f20cc46c7a17bd439 [
file
] [
log
] [
blame
]
!
RUN
:
%
python
%
S
/
test_errors
.
py
%
s
%
flang_fc1
module
m1
end
subroutine
sub
end
use
m1
!
ERROR
:
Cannot
read
module
file
for
module
'm2'
:
Source
file
'm2.mod'
was
not
found
use
m2
!
ERROR
:
'sub'
is
not
a
module
use
sub
end