Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
opt61_pkg.ads
blob: ffc5634fad91d853aa63e8a65aa766e0791070ea [
file
] [
log
] [
blame
]
with
Interfaces
;
package
Opt61_Pkg
is
subtype
Int64
is
Interfaces
.
Integer_64
;
procedure
Double_Divide
(
X
,
Y
,
Z
:
Int64
;
Q
,
R
:
out
Int64
;
Round
:
Boolean
);
end
Opt61_Pkg
;