Sign in
rust
/
llvm-project
/
refs/heads/rust-revert-fastisel
/
.
/
flang
/
test
/
Semantics
/
bug158405.f90
blob: 3c334675dfd648e861fb9610fb5aa49c5f48ceef [
file
] [
edit
]
!
RUN
:
%
python
%
S
/
test_errors
.
py
%
s
%
flang_fc1
subroutine s
()
!
ERROR
:
Generic
'f'
may
not
have specific procedures
's'
and
'ss'
as
their interfaces are
not
distinguishable
interface
f
procedure s
procedure ss
end
interface
entry ss
()
end