Sign in
llvm
/
llvm-project
/
df14dbd8750fba7851a3fd8878db3692c20a28d1
/
.
/
flang
/
test
/
Semantics
/
implicit16.f90
blob: 4a03e0c15747dff457b1ffa3f0cf5ebb11612d69 [
file
] [
log
] [
blame
]
!
RUN
:
%
python
%
S
/
test_errors
.
py
%
s
%
flang_fc1
interface
!
ERROR
:
No
explicit
type declared
for
'a'
subroutine s
(
a
)
implicit
none
end
!
ERROR
:
No
explicit
type declared
for
'f'
function
f
()
implicit
none
end
end
interface
end