repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
opt61_pkg.ads
blob
ffc5634fad91d853aa63e8a65aa766e0791070ea
1
with
Interfaces
;
2
3
package
Opt61_Pkg
is
4
5
subtype
Int64
is
Interfaces
.
Integer_64
;
6
7
procedure
Double_Divide
8
(
X
,
Y
,
Z
:
Int64
;
9
Q
,
R
:
out
Int64
;
10
Round
:
Boolean
);
11
12
end
Opt61_Pkg
;