Sign in
llvm
/
llvm-project
/
bcbbe2c2bcbeee4e37ca39c8088bbc0702f7f69c
/
.
/
flang
/
test
/
Semantics
/
bug869.f90
blob: ddc7dffcc2fa45b34d845357701d24c6691e4c3a [
file
]
!
RUN
:
%
python
%
S
/
test_errors
.
py
%
s
%
flang_fc1
!
Regression
test
for
crash
subroutine
sub
(
xx
)
type
(*)
::
xx
type ty
end
type
type
(
ty
)
obj
!
ERROR
:
TYPE
(*)
dummy argument may only be used
as
an actual argument
obj
=
ty
(
xx
)
end