Sign in
fuchsia
/
third_party
/
llvm-project
/
refs/heads/upstream/revert-133052-add-loop-bitconvert-tests
/
.
/
flang
/
test
/
Semantics
/
resolve12.f90
blob: dd674c33eab9829fdc8d0dc453674d71b43ba658 [
file
] [
log
] [
blame
] [
edit
]
!
RUN
:
%
python
%
S
/
test_errors
.
py
%
s
%
flang_fc1
module
m1
end
subroutine
sub
end
use
m1
!
ERROR
:
Cannot
parse
module
file
for
module
'm2'
:
Source
file
'm2.mod'
was
not
found
use
m2
!
ERROR
:
'sub'
is
not
a
module
use
sub
end