summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gnat.dg/opt61_pkg.ads
blob: ffc5634fad91d853aa63e8a65aa766e0791070ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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;