Sign in
cos
/
mirrors
/
github.com
/
llvm
/
llvm-project
/
refs/heads/main
/
.
/
flang
/
test
/
Semantics
/
bug1696.f90
blob: fdae8aa988de20548784e3659b8bc074c937c51c [
file
] [
log
] [
blame
] [
edit
]
!
RUN
:
%
flang_fc1
-
fdebug
-
unparse
%
s
2
>&
1
|
FileCheck
%
s
subroutine s
(
a
,
n
)
real a
(
n
)
!
CHECK
:
INTEGER
(
KIND
=
8_4
)
n
integer
(
int_ptr_kind
())
n
end